C# Class THREE.SplineCurve3

Inheritance: Curve
Mostrar archivo Open project: inoook/BezierPath Class Usage Examples

Public Methods

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

Method Details

SplineCurve3() public method

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

getPoint() public method

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