C# Class GoSplineStraightLineSolver, GoKit

Inheritance: AbstractGoSplineSolver
Afficher le fichier Open project: prime31/GoKit

Méthodes publiques

Méthode Description
GoSplineStraightLineSolver ( List nodes ) : System.Collections
buildPath ( ) : void
closePath ( ) : void
getPoint ( float t ) : Vector3
getPointOnPath ( float t ) : Vector3

Method Details

GoSplineStraightLineSolver() public méthode

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

buildPath() public méthode

public buildPath ( ) : void
Résultat void

closePath() public méthode

public closePath ( ) : void
Résultat void

getPoint() public méthode

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

getPointOnPath() public méthode

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