VRageMath.BoundingBoxD.TransformFast - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← BoundingBoxD
public BoundingBoxD TransformFast(MatrixD m)
Transform this AABB by matrix. Matrix has to be only rotation and translation.
transformed aabb
- MatrixD m
public BoundingBoxD TransformFast(ref MatrixD m)
Transform this AABB by matrix. Matrix has to be only rotation and translation.
transformed aabb
- MatrixD m
public void TransformFast(ref MatrixD m, ref BoundingBoxD bb)
Transform this AABB by matrix. Matrix has to be only rotation and translation.
- MatrixD m
- BoundingBoxD bb