C# 클래스 GoSplineStraightLineSolver, GoKit

상속: AbstractGoSplineSolver
파일 보기 프로젝트 열기: prime31/GoKit

공개 메소드들

메소드 설명
GoSplineStraightLineSolver ( List nodes ) : System.Collections
buildPath ( ) : void
closePath ( ) : void
getPoint ( float t ) : Vector3
getPointOnPath ( float t ) : Vector3

메소드 상세

GoSplineStraightLineSolver() 공개 메소드

public GoSplineStraightLineSolver ( List nodes ) : System.Collections
nodes List
리턴 System.Collections

buildPath() 공개 메소드

public buildPath ( ) : void
리턴 void

closePath() 공개 메소드

public closePath ( ) : void
리턴 void

getPoint() 공개 메소드

public getPoint ( float t ) : Vector3
t float
리턴 Vector3

getPointOnPath() 공개 메소드

public getPointOnPath ( float t ) : Vector3
t float
리턴 Vector3