C# Class GoSplineStraightLineSolver, GoKit

Inheritance: AbstractGoSplineSolver
Exibir arquivo Open project: prime31/GoKit

Public Methods

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

Method Details

GoSplineStraightLineSolver() public method

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

buildPath() public method

public buildPath ( ) : void
return void

closePath() public method

public closePath ( ) : void
return void

getPoint() public method

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

getPointOnPath() public method

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