C# Class GoSplineCubicBezierSolver, GoKit

nodes should be in the order start, end, control1, control2
Inheritance: AbstractGoSplineSolver
Mostrar archivo Open project: prime31/GoKit

Public Methods

Method Description
GoSplineCubicBezierSolver ( List nodes ) : System.Collections
closePath ( ) : void
drawGizmos ( ) : void
getPoint ( float t ) : Vector3

Method Details

GoSplineCubicBezierSolver() public method

public GoSplineCubicBezierSolver ( List nodes ) : System.Collections
nodes List
return System.Collections

closePath() public method

public closePath ( ) : void
return void

drawGizmos() public method

public drawGizmos ( ) : void
return void

getPoint() public method

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