C# Class GoSplineCubicBezierSolver, GoKit

nodes should be in the order start, end, control1, control2
Inheritance: AbstractGoSplineSolver
Afficher le fichier Open project: prime31/GoKit

Méthodes publiques

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

Method Details

GoSplineCubicBezierSolver() public méthode

public GoSplineCubicBezierSolver ( List nodes ) : System.Collections
nodes List
Résultat System.Collections

closePath() public méthode

public closePath ( ) : void
Résultat void

drawGizmos() public méthode

public drawGizmos ( ) : void
Résultat void

getPoint() public méthode

public getPoint ( float t ) : Vector3
t float
Résultat Vector3