C# Class PathLine, BezierPath

Inheritance: IPath
显示文件 Open project: inoook/BezierPath Class Usage Examples

Public Methods

Method Description
PathLine ( float x0, float y0, float z0, float x1, float y1, float z1, Quaternion rot0, Quaternion rot1 ) : System.Collections
clone ( ) : PathLine,
diff ( float t ) : PathPoint,
f ( float t ) : PathPoint,
fVec3 ( float t ) : Vector3
lengthToPoint ( float len ) : PathPoint,
lengthToValue ( float len ) : float
vector ( float t ) : PathVector,

Method Details

PathLine() public method

public PathLine ( float x0, float y0, float z0, float x1, float y1, float z1, Quaternion rot0, Quaternion rot1 ) : System.Collections
x0 float
y0 float
z0 float
x1 float
y1 float
z1 float
rot0 Quaternion
rot1 Quaternion
return System.Collections

clone() public method

public clone ( ) : PathLine,
return PathLine,

diff() public method

public diff ( float t ) : PathPoint,
t float
return PathPoint,

f() public method

public f ( float t ) : PathPoint,
t float
return PathPoint,

fVec3() public method

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

lengthToPoint() public method

public lengthToPoint ( float len ) : PathPoint,
len float
return PathPoint,

lengthToValue() public method

public lengthToValue ( float len ) : float
len float
return float

vector() public method

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