Click or drag to resize

BoxFMultiply Method (BoxF, Matrix4F, BoxF)

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

Parameters

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