Click or drag to resize

Matrix4InitRotationFromVectors Method

Initializes the rotation matrix between two vectors.

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

Parameters

s
Type: Lumiscaphe.Workshop.InteropVector3
The first vector.
t
Type: Lumiscaphe.Workshop.InteropVector3
The second vector.

Return Value

Type: Matrix4
The rotation matrix between the two vectors.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also