BoxMultiply(Box, Matrix4) 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 Box Multiply(
ref Box b,
ref Matrix4 m
)
Parameters
- b Box
- The Box to multiply.
- m Matrix4
- The Matrix4 to multiply.
Return Value
BoxThe resulting box.
See Also