C# Class ShapePath2.LinePath

Inheritance: IPath
ファイルを表示 Open project: inoook/BezierPath

Public Methods

Method Description
LinePath ( float x0, float y0, float z0, float x1, float y1, float z1 ) : System.Collections
clone ( ) : LinePath
diff ( float t ) : Point3D
f ( float t ) : Point3D
lengthToPoint ( float len ) : Point3D
lengthToValue ( float len ) : float
split ( float t ) : IPath[]
vector ( float t ) : VPoint3D

Method Details

LinePath() public method

public LinePath ( float x0, float y0, float z0, float x1, float y1, float z1 ) : System.Collections
x0 float
y0 float
z0 float
x1 float
y1 float
z1 float
return System.Collections

clone() public method

public clone ( ) : LinePath
return LinePath

diff() public method

public diff ( float t ) : Point3D
t float
return Point3D

f() public method

public f ( float t ) : Point3D
t float
return Point3D

lengthToPoint() public method

public lengthToPoint ( float len ) : Point3D
len float
return Point3D

lengthToValue() public method

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

split() public method

public split ( float t ) : IPath[]
t float
return IPath[]

vector() public method

public vector ( float t ) : VPoint3D
t float
return VPoint3D