C# Class emotitron.Utilities.CatmulRom

ファイルを表示 Open project: emotitron/TransformCrusher

Public Methods

Method Description
CatmullRomLerp ( Vector2 pre, Vector2 start, Vector2 end, Vector2 post, float t ) : Vector3
CatmullRomLerp ( Vector2 pre, Vector2 start, Vector2 end, float t ) : Vector3
CatmullRomLerp ( Vector3 pre, Vector3 start, Vector3 end, Vector3 post, float t ) : Vector3
CatmullRomLerp ( Vector3 pre, Vector3 start, Vector3 end, float t ) : Vector3
CatmullRomLerp ( float pre, float start, float end, float t ) : float
CatmullRomLerp ( float pre, float start, float end, float post, float t ) : float

Method Details

CatmullRomLerp() public static method

public static CatmullRomLerp ( Vector2 pre, Vector2 start, Vector2 end, Vector2 post, float t ) : Vector3
pre Vector2
start Vector2
end Vector2
post Vector2
t float
return Vector3

CatmullRomLerp() public static method

public static CatmullRomLerp ( Vector2 pre, Vector2 start, Vector2 end, float t ) : Vector3
pre Vector2
start Vector2
end Vector2
t float
return Vector3

CatmullRomLerp() public static method

public static CatmullRomLerp ( Vector3 pre, Vector3 start, Vector3 end, Vector3 post, float t ) : Vector3
pre Vector3
start Vector3
end Vector3
post Vector3
t float
return Vector3

CatmullRomLerp() public static method

public static CatmullRomLerp ( Vector3 pre, Vector3 start, Vector3 end, float t ) : Vector3
pre Vector3
start Vector3
end Vector3
t float
return Vector3

CatmullRomLerp() public static method

public static CatmullRomLerp ( float pre, float start, float end, float t ) : float
pre float
start float
end float
t float
return float

CatmullRomLerp() public static method

public static CatmullRomLerp ( float pre, float start, float end, float post, float t ) : float
pre float
start float
end float
post float
t float
return float