C# 클래스 BezierInfo, BezierPath

파일 보기 프로젝트 열기: inoook/BezierPath 1 사용 예제들

공개 메소드들

메소드 설명
BezierInfo ( Vector3 points, Quaternion rot0, Quaternion rot1 ) : System.Collections
getBezierLength ( ) : float
getPos ( float t ) : Vector3
lengthToValue ( float len_ ) : float
setPoints ( Vector3 points ) : void
vector ( float t ) : PathVector,

메소드 상세

BezierInfo() 공개 메소드

public BezierInfo ( Vector3 points, Quaternion rot0, Quaternion rot1 ) : System.Collections
points Vector3
rot0 Quaternion
rot1 Quaternion
리턴 System.Collections

getBezierLength() 공개 메소드

public getBezierLength ( ) : float
리턴 float

getPos() 공개 메소드

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

lengthToValue() 공개 메소드

public lengthToValue ( float len_ ) : float
len_ float
리턴 float

setPoints() 공개 메소드

public setPoints ( Vector3 points ) : void
points Vector3
리턴 void

vector() 공개 메소드

public vector ( float t ) : PathVector,
t float
리턴 PathVector,