Creates new transform matrix of the left-handed perspective projection.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static Matrix MatrixLookAtLH(
	Vector3 position,
	Vector3 forward,
	Vector3 upward
)

Parameters

position
Type: Vector3
The camera Vector3 position.
forward
Type: Vector3
The forward Vector3 direction.
upward
Type: Vector3
The upward Vector3 direction.

Return Value

Returns the created Matrix matrix.

See Also