BoxFMultiply(BoxF, Matrix3F) Method |
Multiplication of a given box and a matrix.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static BoxF Multiply(
ref BoxF b,
ref Matrix3F m
)
Parameters
- b BoxF
- The BoxF to multiply.
- m Matrix3F
- The Matrix3F to multiply.
Return Value
BoxFThe resulting box.
See Also