LuaSTG-x Core API
|
This is the complete list of members for math, including all inherited members.
abs(local x) | math | |
acos(local x) | math | |
asin(local x) | math | |
atan(local x) | math | |
atan2(local y, local x) | math | |
barycentric(local v1, local v2, local v3, local a1, local a2) | math | |
cbrt(local v) | math | |
ceil(local x) | math | |
ChebyshevDistance(local v1, local v2) | math | |
clamp(local v, local lo, local hi) | math | |
cos(local x) | math | |
cosh(local x) | math | |
deg(local x) | math | |
EuclideanDistance(local v1, local v2) | math | |
exp(local x) | math | |
floor(local x) | math | |
fmod(local x, local y) | math | |
frexp(local x) | math | |
huge | math | |
hypot(local v1, local v2) | math | |
isfinite(local v) | math | |
isinf(local v) | math | |
isnan(local v) | math | |
ldexp(local m, local e) | math | |
lerp(local v1, local v2, local a) | math | |
log(local x, local base) | math | |
log10(local x) | math | |
M_1_PI | math | |
M_2_PI | math | |
M_2_SQRTPI | math | |
M_E | math | |
M_LN10 | math | |
M_LN2 | math | |
M_LOG10E | math | |
M_LOG2E | math | |
M_PI | math | |
M_PI_2 | math | |
M_PI_4 | math | |
M_PIx2 | math | |
M_PIx4 | math | |
M_SQRT1_2 | math | |
M_SQRT2 | math | |
ManhattanDistance(local v1, local v2) | math | |
max(local x, local ...) | math | |
min(local x, local ...) | math | |
MinkowskiDistance(local v1, local v2, local p) | math | |
modf(local x) | math | |
pi | math | |
pow(local x, local y) | math | |
rad(local x) | math | |
random(local m, local n) | math | |
randomseed(local x) | math | |
remainder(local v1, local v2) | math | |
round(local v) | math | |
sin(local x) | math | |
sinh(local x) | math | |
smoothstep(local v1, local v2, local a) | math | |
solveLiner(local a1, local b1, local c1, local a2, local b2, local c2) | math | |
sqrt(local x) | math | |
tan(local x) | math | |
tanh(local x) | math | |
wrapangle(local v) | math |