C# Class THREE.ClosedSplineCurve3

Inheritance: Curve
ファイルを表示 Open project: inoook/BezierPath Class Usage Examples

Public Methods

Method Description
ClosedSplineCurve3 ( List points ) : System.Collections
getPoint ( float t ) : Vector3

Method Details

ClosedSplineCurve3() public method

public ClosedSplineCurve3 ( List points ) : System.Collections
points List
return System.Collections

getPoint() public method

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