This is the complete list of members for UshiSoft.Common.UshiMath, including all inherited members.
CalcDistance(float x, float y, float length) | UshiSoft.Common.UshiMath | static |
CalcSignedDistance(float x, float y, float length) | UshiSoft.Common.UshiMath | static |
EngineRPMToSpeedKPH(float engineRPM, float gearRatio, float finalGearRatio, float wheelRadius) | UshiSoft.Common.UshiMath | static |
GetClosestPointOnLineSegment(Vector3 lineStart, Vector3 lineEnd, Vector3 point, out float t) | UshiSoft.Common.UshiMath | static |
KPHToMPS | UshiSoft.Common.UshiMath | static |
Modulo(int x, int y) | UshiSoft.Common.UshiMath | static |
Modulo(float x, float y) | UshiSoft.Common.UshiMath | static |
MPSToKPH | UshiSoft.Common.UshiMath | static |
NmToFTLB | UshiSoft.Common.UshiMath | static |
RandomBool() | UshiSoft.Common.UshiMath | static |
RPMToRPS | UshiSoft.Common.UshiMath | static |
RPSToRPM | UshiSoft.Common.UshiMath | static |
SpeedKPHToEngineRPM(float speedKPH, float gearRatio, float finalGearRatio, float wheelRadius) | UshiSoft.Common.UshiMath | static |
WToPS | UshiSoft.Common.UshiMath | static |