|
DI-Guy Lua AI SDK
|
This is the complete list of members for math, including all inherited members.
| abs(v) | math | static |
| acos(v) | math | static |
| angle_diff(angle1, angle2) | math | static |
| asin(v) | math | static |
| atan(v) | math | static |
| atan2(v1, v2) | math | static |
| ceil(v) | math | static |
| clamp(val, a, b) | math | static |
| cos(rad) | math | static |
| deg(rad) | math | static |
| exp(v) | math | static |
| floor(v) | math | static |
| frexp(v) | math | static |
| get_distance(x1, y1, z1, x2, y2, z2) | math | static |
| ldexp(v1, v2) | math | static |
| log(v) | math | static |
| log10(v) | math | static |
| max(v1,...) | math | static |
| min(v1,...) | math | static |
| mod(v1, v2) | math | static |
| pow(v1, v2) | math | static |
| quadratic_formula(a, b, c) | math | static |
| rad(deg) | math | static |
| random([n[, u]]) | math | static |
| random_normalized(a) | math | static |
| randomseed(seed) | math | static |
| recenter(value, center, amplitude) | math | static |
| recenter_deg(value, center) | math | static |
| recenter_rad(value, center) | math | static |
| sin(rad) | math | static |
| sqrt(v) | math | static |
| tan(rad) | math | static |