BoundingBox.op_Multiply
BoundingBox Multiply operator
Operator overloading for multiply, new bounding box’s minimum and maximum corner will be transformed by the matrix.
public static BoundingBox operator *(BoundingBox bbox, Matrix4 mat)
Parameter | Type | Description |
---|---|---|
bbox | BoundingBox | The input bounding box. |
mat | Matrix4 | The matrix used to transform the bounding box’s corners |
Return Value
The product of bounding box and transform matrix.
See Also
- struct Matrix4
- struct BoundingBox
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D