[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
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: MatrixThe created look-at matrix.
See Also