Click or drag to resize

BoxFMultiply Method (BoxF, Matrix3F, BoxF)

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 void Multiply(
	ref BoxF b,
	ref Matrix3F m,
	out BoxF result
)

Parameters

b
Type: NeoAxisBoxF
The BoxF to multiply.
m
Type: NeoAxisMatrix3F
The Matrix3F to multiply.
result
Type: NeoAxisBoxF
When the method completes, contains the resulting box.
See Also