| Name | Description |
---|
| Transform(Matrix4x4) |
Transforms this BoundingBox with the specified matrix.
|
| Transform(Transform) |
Transforms the current BoundingBox with the specified transformation
|
| Transform(Matrix4x4, BoundingBox) |
Transforms the current BoundingBox by the specified matrix and writes the transformed BoundingBox to the specified transformedBoundingBox.
|
| Transform(Transform, BoundingBox) |
Transforms the current BoundingBox by the specified transformation and writes the transformed BoundingBox to the specified transformedBoundingBox.
|
| Transform(Matrix4x4, Vector3, Vector3) | Obsolete.
Transforms the current BoundingBox with the specified matrix and writes the transformed minimum and maximum positions to the specified parameters.
|
| Transform(Transform, Vector3, Vector3) |
Transforms the current BoundingBox with the specified matrix and writes the transformed minimum and maximum positions to the specified parameters.
|