Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Static Public Member Functions | List of all members
ModuleWheels.WheelUtil Class Reference

Static Public Member Functions

static float RpmToDegsSec (float rpm)
 
static float RpmToSpeed (float rpm, float wheelRadius)
 Returns linear speed (units/sec) from given wheel RPM and radius. More...
 
static float SpeedToRpm (float speed, float wheelRadius)
 Returns RPM from given wheel radius and linear speed (units/sec). More...
 

Member Function Documentation

static float ModuleWheels.WheelUtil.RpmToDegsSec ( float  rpm)
inlinestatic
static float ModuleWheels.WheelUtil.RpmToSpeed ( float  rpm,
float  wheelRadius 
)
inlinestatic

Returns linear speed (units/sec) from given wheel RPM and radius.

static float ModuleWheels.WheelUtil.SpeedToRpm ( float  speed,
float  wheelRadius 
)
inlinestatic

Returns RPM from given wheel radius and linear speed (units/sec).


The documentation for this class was generated from the following file: