TransformFast
Summary
public BoundingBoxD TransformFast(MatrixD m)
Transform this AABB by matrix. Matrix has to be only rotation and translation.
Returns
transformed aabb
Parameters
- MatrixD m
Summary
public BoundingBoxD TransformFast(ref MatrixD m)
Transform this AABB by matrix. Matrix has to be only rotation and translation.
Returns
transformed aabb
Parameters
- MatrixD m
Summary
public void TransformFast(ref MatrixD m, ref BoundingBoxD bb)
Transform this AABB by matrix. Matrix has to be only rotation and translation.
Parameters
- MatrixD m
- BoundingBoxD bb