Click or drag to resize
AB4D logo

BoundsTransform Method

Overload List
 NameDescription
Public methodTransform(Matrix) Transforms the current BoundingBox with the specified matrix
Public methodTransform(Transformation) Transforms the current Bounds with the specified transformation
Public methodTransform(Matrix, Vector3, Vector3) Transforms the current BoundingBox with the specified matrix and writes the transformed minimum and maximum positions to the specified parameters.
Public methodTransform(Transformation, 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