Click or drag to resize

BoxFMultiply Method (BoxF, Matrix3F)

Multiplication of a given box and a matrix.

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

Parameters

b
Type: NeoAxisBoxF
The BoxF to multiply.
m
Type: NeoAxisMatrix3F
The Matrix3F to multiply.

Return Value

Type: BoxF
The resulting box.
See Also