MatrixLookAtRH Method (Vector3, Vector3, Vector3)

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Creates a right-handed, look-at matrix.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static Matrix LookAtRH(
	Vector3 eye,
	Vector3 target,
	Vector3 up
)

Parameters

eye
Type: RageVector3
The position of the viewer's eye.
target
Type: RageVector3
The camera look-at target.
up
Type: RageVector3
The camera's up vector.

Return Value

Type: Matrix
The created look-at matrix.
See Also

Reference