Click or drag to resize

Aabb3Multiply Operator

Multiplication of a bounding box by a matrix.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public static Aabb3 operator *(
	Matrix4 m,
	Aabb3 v
)

Parameters

m
Type: Lumiscaphe.Workshop.InteropMatrix4
The multiplication matrix
v
Type: Lumiscaphe.Workshop.InteropAabb3
The bounding to multiply.

Return Value

Type: Aabb3
The bounding box v multiply by the matrix m.
Examples
Matrix4 result = m * v;
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also