BoxMultiply Method (Box, Matrix3) |
Multiplication of a given box and a matrix.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static Box Multiply(
ref Box b,
ref Matrix3 m
)
Parameters
- b
- Type: NeoAxisBox
The Box to multiply. - m
- Type: NeoAxisMatrix3
The Matrix3 to multiply.
Return Value
Type:
BoxThe resulting box.
See Also