Click or drag to resize

BoxMultiply(Box, Matrix3) Operator

Multiplication of a given box and a matrix.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static Box operator *(
	Box b,
	Matrix3 m
)

Parameters

b  Box
The Box to multiply.
m  Matrix3
The Matrix3 to multiply.

Return Value

Box
The resulting box.
See Also