Click or drag to resize

Basis3Multiply Operator

Multiply operator between a matrix and a basis.

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

Parameters

m
Type: Lumiscaphe.Workshop.InteropMatrix4
The matrix.
b
Type: Lumiscaphe.Workshop.InteropBasis3
The basis.

Return Value

Type: Basis3
The basis multiplied by the matrix.
Examples
Basis3 result = m * b;
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also