C# 클래스 GoSplineCubicBezierSolver, GoKit

nodes should be in the order start, end, control1, control2
상속: AbstractGoSplineSolver
파일 보기 프로젝트 열기: prime31/GoKit

공개 메소드들

메소드 설명
GoSplineCubicBezierSolver ( List nodes ) : System.Collections
closePath ( ) : void
drawGizmos ( ) : void
getPoint ( float t ) : Vector3

메소드 상세

GoSplineCubicBezierSolver() 공개 메소드

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

closePath() 공개 메소드

public closePath ( ) : void
리턴 void

drawGizmos() 공개 메소드

public drawGizmos ( ) : void
리턴 void

getPoint() 공개 메소드

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