VRageMath.BoundingBoxD.TransformFast - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexBoundingBoxD

Summary

public BoundingBoxD TransformFast(MatrixD m)

Transform this AABB by matrix. Matrix has to be only rotation and translation.

Returns

BoundingBoxD

transformed aabb

Parameters

Summary

public BoundingBoxD TransformFast(ref MatrixD m)

Transform this AABB by matrix. Matrix has to be only rotation and translation.

Returns

BoundingBoxD

transformed aabb

Parameters

Summary

public void TransformFast(ref MatrixD m, ref BoundingBoxD bb)

Transform this AABB by matrix. Matrix has to be only rotation and translation.

Parameters

⚠️ **GitHub.com Fallback** ⚠️