Click or drag to resize

BoxFMultiply Method (BoxF, Matrix4F)

Multiplication of a given box and a matrix.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static BoxF Multiply(
	ref BoxF b,
	ref Matrix4F m
)

Parameters

b
Type: NeoAxisBoxF
The BoxF to multiply.
m
Type: NeoAxisMatrix4F
The Matrix4F to multiply.

Return Value

Type: BoxF
The resulting box.
See Also