C# Class StretchyTanks.BezierSlope

Mostra file Open project: NathanKell/StretchySRB Class Usage Examples

Public Methods

Method Description
BezierSlope ( Vector4 v ) : System
interp ( float t ) : Vector2

Method Details

BezierSlope() public method

public BezierSlope ( Vector4 v ) : System
v Vector4
return System

interp() public method

public interp ( float t ) : Vector2
t float
return Vector2