C# Class BezierInfo, BezierPath

Datei anzeigen Open project: inoook/BezierPath Class Usage Examples

Public Methods

Method Description
BezierInfo ( Vector3 points, Quaternion rot0, Quaternion rot1 ) : System.Collections
getBezierLength ( ) : float
getPos ( float t ) : Vector3
lengthToValue ( float len_ ) : float
setPoints ( Vector3 points ) : void
vector ( float t ) : PathVector,

Method Details

BezierInfo() public method

public BezierInfo ( Vector3 points, Quaternion rot0, Quaternion rot1 ) : System.Collections
points Vector3
rot0 Quaternion
rot1 Quaternion
return System.Collections

getBezierLength() public method

public getBezierLength ( ) : float
return float

getPos() public method

public getPos ( float t ) : Vector3
t float
return Vector3

lengthToValue() public method

public lengthToValue ( float len_ ) : float
len_ float
return float

setPoints() public method

public setPoints ( Vector3 points ) : void
points Vector3
return void

vector() public method

public vector ( float t ) : PathVector,
t float
return PathVector,