![]() |
Lumino
|
This is the complete list of members for ln::Math, including all inherited members.
catmullRom(float v1, float v2, float v3, float v4, float t) noexcept | ln::Math | static |
clamp(float value, float minValue, float maxValue) noexcept | ln::Math | inlinestatic |
clamp01(float value) noexcept | ln::Math | inlinestatic |
cubicBezier(float v1, float v2, float v3, float v4, float t) noexcept | ln::Math | static |
degreesToRadians(float d) noexcept | ln::Math | inlinestatic |
hermite(float v1, float a1, float v2, float a2, float t) noexcept | ln::Math | static |
Inf | ln::Math | static |
isInf(float value) | ln::Math | static |
isInf(double value) | ln::Math | static |
isNaN(float value) | ln::Math | static |
isNaN(double value) | ln::Math | static |
isNaNOrInf(float value) | ln::Math | inlinestatic |
isNaNOrInf(double value) | ln::Math | inlinestatic |
lerp(float v1, float v2, float t) noexcept | ln::Math | static |
NaN | ln::Math | static |
nearEqual(float value1, float value2) | ln::Math | static |
nextPow2(unsigned int value) | ln::Math | static |
PI | ln::Math | static |
PI2 | ln::Math | static |
PIDiv2 | ln::Math | static |
quadAccel(float p, float v, float a, float t) noexcept | ln::Math | static |
radiansToDegrees(float r) noexcept | ln::Math | inlinestatic |
sinCos(float value, float *outSin, float *outCos) | ln::Math | static |