BoxFMultiply(BoxF, Matrix3F, BoxF) 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 BoxF b,
ref Matrix3F m,
out BoxF result
)
Parameters
- b BoxF
- The BoxF to multiply.
- m Matrix3F
- The Matrix3F to multiply.
- result BoxF
- When the method completes, contains the resulting box.
See Also