Click or drag to resize

BoxFMultiply(BoxF, Matrix4F) Method

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 BoxF Multiply(
	ref BoxF b,
	ref Matrix4F m
)

Parameters

b  BoxF
The BoxF to multiply.
m  Matrix4F
The Matrix4F to multiply.

Return Value

BoxF
The resulting box.
See Also