C# Class CRSpline, DADIU2015Team4MiniGame2

Show file Open project: veselin-/DADIU2015Team4MiniGame2 Class Usage Examples

Public Methods

Method Description
GizmoDraw ( Vector3 pts, float t ) : void
Interp ( Vector3 pts, float t ) : Vector3
InterpConstantSpeed ( Vector3 pts, float t ) : Vector3
Velocity ( Vector3 pts, float t ) : Vector3

Method Details

GizmoDraw() public static method

public static GizmoDraw ( Vector3 pts, float t ) : void
pts Vector3
t float
return void

Interp() public static method

public static Interp ( Vector3 pts, float t ) : Vector3
pts Vector3
t float
return Vector3

InterpConstantSpeed() public static method

public static InterpConstantSpeed ( Vector3 pts, float t ) : Vector3
pts Vector3
t float
return Vector3

Velocity() public static method

public static Velocity ( Vector3 pts, float t ) : Vector3
pts Vector3
t float
return Vector3