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

VRageMath.BoundingBox.Transform

Malware edited this page Dec 25, 2018 · 15 revisions

IndexBoundingBox

Summary

public BoundingBox Transform(Matrix worldMatrix)

Returns

BoundingBox

Summary

public BoundingBoxD Transform(MatrixD worldMatrix)

Returns

BoundingBoxD

Summary

public BoundingBox Transform(ref Matrix m)

Returns

BoundingBox

Summary

public void Transform(ref Matrix m, ref BoundingBox bb)

Summary

public BoundingBoxD Transform(ref MatrixD m)

Returns

BoundingBoxD

Summary

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

Clone this wiki locally