C# 클래스 Bezier.Bezier

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

공개 프로퍼티들

프로퍼티 타입 설명
length float

공개 메소드들

메소드 설명
Bezier ( Vector3 a, Vector3 b, Vector3 c, Vector3 d, float precision, Quaternion startRot_, Quaternion endRot_ ) : System.Collections
GetPointInfo ( float t ) : BezierPointInfo
point ( float t ) : Vector3
rot ( float t ) : Quaternion

비공개 메소드들

메소드 설명
bezierPoint ( float t ) : Vector3
map ( float u ) : float

메소드 상세

Bezier() 공개 메소드

public Bezier ( Vector3 a, Vector3 b, Vector3 c, Vector3 d, float precision, Quaternion startRot_, Quaternion endRot_ ) : System.Collections
a UnityEngine.Vector3
b UnityEngine.Vector3
c UnityEngine.Vector3
d UnityEngine.Vector3
precision float
startRot_ UnityEngine.Quaternion
endRot_ UnityEngine.Quaternion
리턴 System.Collections

GetPointInfo() 공개 메소드

public GetPointInfo ( float t ) : BezierPointInfo
t float
리턴 BezierPointInfo

point() 공개 메소드

public point ( float t ) : Vector3
t float
리턴 UnityEngine.Vector3

rot() 공개 메소드

public rot ( float t ) : Quaternion
t float
리턴 UnityEngine.Quaternion

프로퍼티 상세

length 공개적으로 프로퍼티

public float length
리턴 float