MatrixLookAtRH Method (Vector3, Vector3, Vector3, Matrix)

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 void LookAtRH(
	ref Vector3 eye,
	ref Vector3 target,
	ref Vector3 up,
	out Matrix result
)

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.
result
Type: RageMatrix
When the method completes, contains the created look-at matrix.
See Also

Reference