Kerbal Space Program
1.12.4
|
This is the complete list of members for UtilMath, including all inherited members.
ACosh(double x) | UtilMath | inlinestatic |
ACoth(double x) | UtilMath | inlinestatic |
ACsch(double x) | UtilMath | inlinestatic |
AngleBetween(Vector3d v, Vector3d w) | UtilMath | inlinestatic |
Approximately(double a, double b, double epsilon=Double.Epsilon) | UtilMath | inlinestatic |
ASech(double x) | UtilMath | inlinestatic |
ASinh(double x) | UtilMath | inlinestatic |
ATanh(double x) | UtilMath | inlinestatic |
BSPSolver(ref double v0, double dv, Func< double, double > solveFor, double vMin, double vMax, double epsilon, int maxIterations) | UtilMath | inlinestatic |
BSPSolver(ref float v0, float dv, Func< float, float > solveFor, float vMin, float vMax, float epsilon, int maxIterations) | UtilMath | inlinestatic |
Clamp(double value, double min, double max) | UtilMath | inlinestatic |
Clamp01(double value) | UtilMath | inlinestatic |
ClampDegrees180(double angle) | UtilMath | inlinestatic |
ClampDegrees360(double angle) | UtilMath | inlinestatic |
ClampRadians(double angle) | UtilMath | inlinestatic |
ClampRadiansPI(double angle) | UtilMath | inlinestatic |
ClampRadiansTwoPI(double angle) | UtilMath | inlinestatic |
Coth(double x) | UtilMath | inlinestatic |
Csch(double x) | UtilMath | inlinestatic |
Deg2Rad | UtilMath | |
DegreesToRadians(double degrees) | UtilMath | inlinestatic |
Flatten(double z, double midPoint, double easing) | UtilMath | inlinestatic |
HalfPI | UtilMath | static |
HalfPIf | UtilMath | static |
InverseLerp(double a, double b, double t) | UtilMath | inlinestatic |
IsDivisible(int n, int byN) | UtilMath | inlinestatic |
IsPowerOfTwo(int x) | UtilMath | inlinestatic |
Lerp(double a, double b, double t) | UtilMath | inlinestatic |
LerpUnclamped(double a, double b, double t) | UtilMath | inlinestatic |
Max(params double[] values) | UtilMath | inlinestatic |
MaxFrom< T >(Func< T, double > getValue, params T[] values) | UtilMath | inlinestatic |
MaxFrom< T >(Func< T, double > getValue, out double max, params T[] values) | UtilMath | inlinestatic |
MaxFrom< T >(Func< T, float > getValue, params T[] values) | UtilMath | inlinestatic |
MaxFrom< T >(Func< T, float > getValue, out float max, params T[] values) | UtilMath | inlinestatic |
Min(params double[] values) | UtilMath | inlinestatic |
MinFrom< T >(Func< T, double > getValue, params T[] values) | UtilMath | inlinestatic |
MinFrom< T >(Func< T, double > getValue, out double min, params T[] values) | UtilMath | inlinestatic |
MinFrom< T >(Func< T, float > getValue, params T[] values) | UtilMath | inlinestatic |
MinFrom< T >(Func< T, float > getValue, out float min, params T[] values) | UtilMath | inlinestatic |
Rad2Deg | UtilMath | |
RadiansToDegrees(double radians) | UtilMath | inlinestatic |
RadPerSec2RPM | UtilMath | static |
RoundToPlaces(float value, int decimalPlaces) | UtilMath | inlinestatic |
RoundToPlaces(double value, int decimalPlaces) | UtilMath | inlinestatic |
RPM2RadPerSec | UtilMath | static |
Sech(double x) | UtilMath | inlinestatic |
SphereIntersection(double radius, Vector3d position, Vector3d velocity, out double time, bool later) | UtilMath | inlinestatic |
SphereIntersection(double radius, Vector3d position, Vector3d velocity, out Vector3d impact, bool later) | UtilMath | inlinestatic |
SwapValues(ref double a, ref double b) | UtilMath | inlinestatic |
TwoPI | UtilMath | static |
TwoPIf | UtilMath | static |
WrapAround(float value, float min, float max) | UtilMath | inlinestatic |
WrapAround(double value, double min, double max) | UtilMath | inlinestatic |
WrapAround(int value, int min, int max) | UtilMath | inlinestatic |