BoxFMultiply(BoxF, Matrix4F) Operator |
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 operator *(
BoxF b,
Matrix4F m
)
Parameters
- b BoxF
- The BoxF to multiply.
- m Matrix4F
- The Matrix4F to multiply.
Return Value
BoxFThe resulting box.
See Also