LuaSTG-x Core API
|
Public Member Functions | |
function | __add (local other) |
function | __div (local other) |
function | __eq (local other) |
function | __mul (local other) |
function | __sub (local other) |
function | __tostring () |
function | __unm () |
function | add (local other) |
function | clamp (local min, local max) |
function | clone () |
function | distance (local other) |
function | distanceSquared (local other) |
function | dot (local other) |
function | fuzzyEquals (local other, local var) |
function | getClamped (local min, local max) |
function | getNormalized () |
function | getScaled (local scalar) |
function | isFinite () |
function | isOne () |
function | isZero () |
function | length () |
function | lengthSquared () |
function | lerp (local target, local alpha) |
function | negate () |
function | normalize () |
static function | one () |
function | scale (local scalar) |
function | set (local xx, local yy, local zz, local ww) |
function | setZero () |
function | smooth (local target, local elapsedTime, local responseTime) |
function | subtract (local other) |
static function | zero () |
Public Attributes | |
table | __index |
number | w |
number | x |
number | y |
number | z |
function __tostring | ( | ) |
function __unm | ( | ) |
function clone | ( | ) |
function getNormalized | ( | ) |
function isFinite | ( | ) |
function isOne | ( | ) |
function isZero | ( | ) |
function length | ( | ) |
function lengthSquared | ( | ) |
function negate | ( | ) |
function normalize | ( | ) |
static function one | ( | ) |
function setZero | ( | ) |
static function zero | ( | ) |
table __index |
number w |
number x |
number y |
number z |