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

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

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

Returns

transformed aabb

Example

Remarks

Summary

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

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

Returns

transformed aabb

Example

Remarks

Summary

public void TransformFast(ref public sealed struct MatrixD m, ref 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