[This is preliminary documentation and is subject to change.]
Creates a left-handed, look-at matrix.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
public static void LookAtLH( 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