C# Class GoSplineCatmullRomSolver, GoKit

Inheritance: AbstractGoSplineSolver
Exibir arquivo Open project: prime31/GoKit

Public Methods

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

Method Details

GoSplineCatmullRomSolver() public method

public GoSplineCatmullRomSolver ( 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