Class: Matrix4x4f
Methods
| Name | Description |
|---|---|
:lookAt(eye,center,up) | |
:rotateByAxis(axis,angle) |
Method declarations
Method: lookAt
lua
function Matrix4x4f:lookAt(
eye,
center,
up
) endParameters:
Method: rotateByAxis
lua
function Matrix4x4f:rotateByAxis(
axis,
angle
) endParameters:
- axis (Vector3f)
- angle (
number)
