C# 클래스 PathLine, BezierPath

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

공개 메소드들

메소드 설명
PathLine ( float x0, float y0, float z0, float x1, float y1, float z1, Quaternion rot0, Quaternion rot1 ) : System.Collections
clone ( ) : PathLine,
diff ( float t ) : PathPoint,
f ( float t ) : PathPoint,
fVec3 ( float t ) : Vector3
lengthToPoint ( float len ) : PathPoint,
lengthToValue ( float len ) : float
vector ( float t ) : PathVector,

메소드 상세

PathLine() 공개 메소드

public PathLine ( float x0, float y0, float z0, float x1, float y1, float z1, Quaternion rot0, Quaternion rot1 ) : System.Collections
x0 float
y0 float
z0 float
x1 float
y1 float
z1 float
rot0 Quaternion
rot1 Quaternion
리턴 System.Collections

clone() 공개 메소드

public clone ( ) : PathLine,
리턴 PathLine,

diff() 공개 메소드

public diff ( float t ) : PathPoint,
t float
리턴 PathPoint,

f() 공개 메소드

public f ( float t ) : PathPoint,
t float
리턴 PathPoint,

fVec3() 공개 메소드

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

lengthToPoint() 공개 메소드

public lengthToPoint ( float len ) : PathPoint,
len float
리턴 PathPoint,

lengthToValue() 공개 메소드

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

vector() 공개 메소드

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