Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.BoundingBoxD.TransformFast

Malware edited this page Dec 25, 2018 · 14 revisions

IndexBoundingBoxD

Summary

private public private public sealed struct.BoundingBoxD TransformFast(private public sealed struct.MatrixD m)

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

Returns

transformed aabb

Example

Remarks

Summary

private public private public sealed struct.BoundingBoxD TransformFast(ref private public sealed struct.MatrixD m)

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

Returns

transformed aabb

Example

Remarks

Summary

private public void TransformFast(ref private public sealed struct.MatrixD m, ref private public sealed struct.BoundingBoxD bb)

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

Returns

Example

Remarks

Clone this wiki locally