Creates a world matrix with the specified parameters.
Syntax
Parameters
- position
- The position of the object (used in translation operations).
- forward
- The forward direction of the object.
- up
- The upward direction of the object. Its value is usually [0, 1, 0].
Return Value
The world matrix.
See Also