Click or drag to resize
Ab4d.SharpEngine logo

BoundingBoxTransform Method

Overload List
 NameDescription
Public methodTransform(Matrix4x4) Transforms this BoundingBox with the specified matrix.
Public methodTransform(Transform) Transforms the current BoundingBox with the specified transformation
Public methodTransform(Matrix4x4, BoundingBox) Transforms the current BoundingBox by the specified matrix and writes the transformed BoundingBox to the specified transformedBoundingBox.
Public methodTransform(Transform, BoundingBox) Transforms the current BoundingBox by the specified transformation and writes the transformed BoundingBox to the specified transformedBoundingBox.
Public methodTransform(Matrix4x4, Vector3, Vector3)Obsolete.
Transforms the current BoundingBox with the specified matrix and writes the transformed minimum and maximum positions to the specified parameters.
Public methodTransform(Transform, Vector3, Vector3) Transforms the current BoundingBox with the specified matrix and writes the transformed minimum and maximum positions to the specified parameters.
Top
See Also