This is the complete list of members for KS.Reactor.ksMath, including all inherited members.
Abs(float f) | KS.Reactor.ksMath | static |
Abs(int value) | KS.Reactor.ksMath | static |
Acos(float f) | KS.Reactor.ksMath | static |
Approximately(float a, float b, float tolerance=1E-06f) | KS.Reactor.ksMath | static |
Asin(float f) | KS.Reactor.ksMath | static |
Atan(float f) | KS.Reactor.ksMath | static |
Atan2(float y, float x) | KS.Reactor.ksMath | static |
Ceil(float f) | KS.Reactor.ksMath | static |
CeilToInt(float f) | KS.Reactor.ksMath | static |
Clamp(float value, float min, float max) | KS.Reactor.ksMath | static |
Clamp(int value, int min, int max) | KS.Reactor.ksMath | static |
Clamp01(float value) | KS.Reactor.ksMath | static |
ClosestPowerOfTwo(int value) | KS.Reactor.ksMath | static |
Cos(float f) | KS.Reactor.ksMath | static |
CountSetBits(int value) | KS.Reactor.ksMath | static |
DEGREES_TO_RADIANS (defined in KS.Reactor.ksMath) | KS.Reactor.ksMath | static |
DeltaAngle(float current, float target) | KS.Reactor.ksMath | static |
Epsilon | KS.Reactor.ksMath | static |
Exp(float power) | KS.Reactor.ksMath | static |
FDEGREES_TO_RADIANS (defined in KS.Reactor.ksMath) | KS.Reactor.ksMath | static |
Floor(float f) | KS.Reactor.ksMath | static |
FloorToInt(float f) | KS.Reactor.ksMath | static |
FRADIANS_TO_DEGREES (defined in KS.Reactor.ksMath) | KS.Reactor.ksMath | static |
FTWO_PI (defined in KS.Reactor.ksMath) | KS.Reactor.ksMath | static |
Gamma(float value, float absmax, float power) | KS.Reactor.ksMath | static |
Interpolate(float a, float b, float t, Interpolation equation) | KS.Reactor.ksMath | static |
Interpolation enum name (defined in KS.Reactor.ksMath) | KS.Reactor.ksMath | |
InverseLerp(float a, float b, float value) | KS.Reactor.ksMath | static |
IsPowerOfTwo(int value) | KS.Reactor.ksMath | static |
Lerp(float a, float b, float t) | KS.Reactor.ksMath | static |
LerpAngle(float a, float b, float t) | KS.Reactor.ksMath | static |
LerpUnclamped(float a, float b, float t) | KS.Reactor.ksMath | static |
LineIntersection(ksVector2 p1, ksVector2 p2, ksVector2 p3, ksVector2 p4, ref ksVector2 result) | KS.Reactor.ksMath | static |
LineSegmentIntersection(ksVector2 p1, ksVector2 p2, ksVector2 p3, ksVector2 p4, ref ksVector2 result) | KS.Reactor.ksMath | static |
Log(float f, float p) | KS.Reactor.ksMath | static |
Log(float f) | KS.Reactor.ksMath | static |
Log10(float f) | KS.Reactor.ksMath | static |
Max(float a, float b) | KS.Reactor.ksMath | static |
Max(params float[] values) | KS.Reactor.ksMath | static |
Max(int a, int b) | KS.Reactor.ksMath | static |
Max(params int[] values) | KS.Reactor.ksMath | static |
MaxSetBit(int value) | KS.Reactor.ksMath | static |
Min(float a, float b) | KS.Reactor.ksMath | static |
Min(params float[] values) | KS.Reactor.ksMath | static |
Min(int a, int b) | KS.Reactor.ksMath | static |
Min(params int[] values) | KS.Reactor.ksMath | static |
MoveTowards(float current, float target, float maxDelta) | KS.Reactor.ksMath | static |
MoveTowardsAngle(float current, float target, float maxDelta) | KS.Reactor.ksMath | static |
NextPowerOfTwo(int value) | KS.Reactor.ksMath | static |
PerlinNoise(float x, float y=0.0f, float z=0.0f, float range=1.0f) | KS.Reactor.ksMath | static |
PI (defined in KS.Reactor.ksMath) | KS.Reactor.ksMath | static |
PingPong(float t, float length) | KS.Reactor.ksMath | static |
Pow(float f, float p) | KS.Reactor.ksMath | static |
RADIANS_TO_DEGREES (defined in KS.Reactor.ksMath) | KS.Reactor.ksMath | static |
Repeat(float t, float length) | KS.Reactor.ksMath | static |
Round(float f) | KS.Reactor.ksMath | static |
RoundToInt(float f) | KS.Reactor.ksMath | static |
Sign(float f) | KS.Reactor.ksMath | static |
Sin(float f) | KS.Reactor.ksMath | static |
SmoothDamp(float current, float target, ref float currentVelocity, float smoothTime, float deltaTime, float maxSpeed=float.PositiveInfinity) | KS.Reactor.ksMath | static |
SmoothDampAngle(float current, float target, ref float currentVelocity, float smoothTime, float deltaTime, float maxSpeed=float.PositiveInfinity) | KS.Reactor.ksMath | static |
SmoothStep(float from, float to, float t) | KS.Reactor.ksMath | static |
Sqrt(float f) | KS.Reactor.ksMath | static |
Tan(float f) | KS.Reactor.ksMath | static |
TWO_PI (defined in KS.Reactor.ksMath) | KS.Reactor.ksMath | static |