Lumino
ln::Math Member List

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) noexceptln::Mathstatic
clamp(float value, float minValue, float maxValue) noexceptln::Mathinlinestatic
clamp01(float value) noexceptln::Mathinlinestatic
cubicBezier(float v1, float v2, float v3, float v4, float t) noexceptln::Mathstatic
degreesToRadians(float d) noexceptln::Mathinlinestatic
hermite(float v1, float a1, float v2, float a2, float t) noexceptln::Mathstatic
Infln::Mathstatic
isInf(float value)ln::Mathstatic
isInf(double value)ln::Mathstatic
isNaN(float value)ln::Mathstatic
isNaN(double value)ln::Mathstatic
isNaNOrInf(float value)ln::Mathinlinestatic
isNaNOrInf(double value)ln::Mathinlinestatic
lerp(float v1, float v2, float t) noexceptln::Mathstatic
NaNln::Mathstatic
nearEqual(float value1, float value2)ln::Mathstatic
nextPow2(unsigned int value)ln::Mathstatic
PIln::Mathstatic
PI2ln::Mathstatic
PIDiv2ln::Mathstatic
quadAccel(float p, float v, float a, float t) noexceptln::Mathstatic
radiansToDegrees(float r) noexceptln::Mathinlinestatic
sinCos(float value, float *outSin, float *outCos)ln::Mathstatic