Skip to content

Class: Matrix4x4f

Methods

NameDescription
:lookAt(eye,center,up)
:rotateByAxis(axis,angle)

Method declarations

Method: lookAt

lua
function Matrix4x4f:lookAt(
    eye,
    center,
    up
) end

Parameters:

Method: rotateByAxis

lua
function Matrix4x4f:rotateByAxis(
    axis,
    angle
) end

Parameters: