BoxMultiply(Box, Matrix3, Box) 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 void Multiply(
ref Box b,
ref Matrix3 m,
out Box result
)
Parameters
- b Box
- The Box to multiply.
- m Matrix3
- The Matrix3 to multiply.
- result Box
- When the method completes, contains the resulting box.
See Also