Logo
静的公開メンバ関数 | 静的公開変数類 | 全メンバ一覧
SharpKmyMath::Helper クラス

#include <MathHelper.h>

静的公開メンバ関数

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

静的公開変数類

static const float PI = 3.1415f
 

メソッド詳解

◆ 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

メンバ詳解

◆ PI

const float SharpKmyMath::Helper::PI = 3.1415f
static