Logo
Static Public Member Functions | Static Public Attributes | List of all members
SharpKmyMath.Helper Class Reference

Static Public Member Functions

static float ToDeg (float d)
 
static float ToRad (float d)
 
static float lerp (float start, float end, float rate)
 

Static Public Attributes

const float PI = 3.1415f
 

Member Function Documentation

◆ lerp()

static float SharpKmyMath.Helper.lerp ( float  start,
float  end,
float  rate 
)
static

◆ ToDeg()

static float SharpKmyMath.Helper.ToDeg ( float  d)
static

◆ ToRad()

static float SharpKmyMath.Helper.ToRad ( float  d)
static

Member Data Documentation

◆ PI

const float SharpKmyMath.Helper.PI = 3.1415f
static