Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.BoundingBoxD.TransformFast

Malware edited this page Dec 25, 2018 · 13 revisions

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

Clone this wiki locally