|
function | __add (local other, local out) |
|
function | __div (local other) |
|
function | __eq (local other) |
|
function | __mul (local other, local out) |
|
function | __sub (local other, local out) |
|
function | __tostring () |
|
function | __unm () |
|
function | add (local other) |
|
function | clone () |
|
function | createBillboard (local objectPosition, local cameraPosition, local cameraUpVector, local cameraForwardVector) |
|
function | createLookAt (local eye, local target, local up) |
|
function | createOrthographic (local width, local height, local zNearPlane, local zFarPlane) |
|
function | createOrthographicOffCenter (local left, local right, local bottom, local top, local zNearPlane, local zFarPlane) |
|
function | createPerspective (local fovy, local aspect, local n, local f) |
|
function | createRotationFromAxisAngle (local axis, local angle) |
|
function | createRotationFromQuaternion (local q) |
|
function | createRotationX (local angle) |
|
function | createRotationY (local angle) |
|
function | createRotationZ (local angle) |
|
function | createScale (local x, local y, local z) |
|
function | createTransform (local translation, local scale, local quaternion) |
|
function | createTranslation (local x, local y, local z) |
|
function | decompose (local out_scale, local out_rotation, local out_translation) |
|
function | determinant () |
|
function | getBackVector () |
|
function | getDownVector () |
|
function | getForwardVector () |
|
function | getInversed () |
|
function | getLeftVector () |
|
function | getNegated () |
|
function | getRightVector () |
|
function | getRotation () |
|
function | getScale () |
|
function | getScaled (local x, local y, local z) |
|
function | getTranslated (local x, local y, local z) |
|
function | getTranslation () |
|
function | getTransposed () |
|
function | getUpVector () |
|
static function | identity () |
|
function | inverse () |
|
function | multiply (local other) |
|
function | negate () |
|
static function | one () |
|
function | rotateByAxisAngle (local axis, local angle) |
|
function | rotateByQuaternion (local q) |
|
function | rotateX (local angle) |
|
function | rotateY (local angle) |
|
function | scale (local x, local y, local z) |
|
function | set (local ...) |
|
function | setIdentity () |
|
function | setZero () |
|
function | subtract (local other) |
|
function | transformVector (local x, local y, local z, local w) |
|
function | translate (local x, local y, local z) |
|
function | transpose () |
|
static function | zero () |
|
◆ __add()
◆ __div()
◆ __eq()
◆ __mul()
◆ __sub()
◆ __tostring()
◆ __unm()
◆ add()
◆ clone()
◆ createBillboard()
◆ createLookAt()
◆ createOrthographic()
createOrthographic
- Parameters
-
width | number |
height | number |
zNearPlane | number |
zFarPlane | number |
- Returns
- math.mat4
◆ createOrthographicOffCenter()
createOrthographicOffCenter
- Parameters
-
left | number |
right | number |
bottom | number |
top | number |
zNearPlane | number |
zFarPlane | number |
- Returns
- math.mat4
◆ createPerspective()
createPerspective
- Parameters
-
fovy | number |
aspect | number |
n | number |
f | number |
- Returns
- math.mat4
◆ createRotationFromAxisAngle()
◆ createRotationFromQuaternion()
◆ createRotationX()
◆ createRotationY()
◆ createRotationZ()
◆ createScale()
◆ createTransform()
◆ createTranslation()
◆ decompose()
◆ determinant()
◆ getBackVector()
◆ getDownVector()
◆ getForwardVector()
◆ getInversed()
◆ getLeftVector()
◆ getNegated()
◆ getRightVector()
◆ getRotation()
◆ getScale()
◆ getScaled()
◆ getTranslated()
◆ getTranslation()
◆ getTransposed()
◆ getUpVector()
◆ identity()
◆ inverse()
◆ multiply()
◆ negate()
◆ one()
◆ rotateByAxisAngle()
◆ rotateByQuaternion()
◆ rotateX()
◆ rotateY()
◆ scale()
◆ set()
◆ setIdentity()
◆ setZero()
◆ subtract()
◆ transformVector()
◆ translate()
◆ transpose()
◆ zero()
The documentation for this class was generated from the following file: