Click or drag to resize

Matrix4InitTransformation Method (Vector3, Matrix4, Vector3)

Initializes a transformation matrix from a rotation matrix and a scaling and translation vectors.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public static Matrix4 InitTransformation(
	Vector3 s,
	Matrix4 r,
	Vector3 t
)

Parameters

s
Type: Lumiscaphe.Workshop.InteropVector3
The scaling vector.
r
Type: Lumiscaphe.Workshop.InteropMatrix4
The rotation matrix.
t
Type: Lumiscaphe.Workshop.InteropVector3
The translation vector.

Return Value

Type: Matrix4
The transformation matrix from the rotation matrix and the scaling and translation vectors.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also