Click or drag to resize

BoxMultiply Method (Box, Matrix4, Box)

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 Box b,
	ref Matrix4 m,
	out Box result
)

Parameters

b
Type: NeoAxisBox
The Box to multiply.
m
Type: NeoAxisMatrix4
The Matrix4 to multiply.
result
Type: NeoAxisBox
When the method completes, contains the resulting box.
See Also