C# 클래스 OpenTKEngine.Ray

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

공개 프로퍼티들

프로퍼티 타입 설명
Direction Vector3
End Vector3
Start Vector3

공개 메소드들

메소드 설명
GetCollisionPosition ( float t ) : Vector3
Length ( ) : double
PointOnRay ( float x, float y ) : bool
Ray ( Vector3 start, Vector3 direction ) : System

메소드 상세

GetCollisionPosition() 공개 메소드

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

Length() 공개 메소드

public Length ( ) : double
리턴 double

PointOnRay() 공개 메소드

public PointOnRay ( float x, float y ) : bool
x float
y float
리턴 bool

Ray() 공개 메소드

public Ray ( Vector3 start, Vector3 direction ) : System
start Vector3
direction Vector3
리턴 System

프로퍼티 상세

Direction 공개적으로 프로퍼티

public Vector3 Direction
리턴 Vector3

End 공개적으로 프로퍼티

public Vector3 End
리턴 Vector3

Start 공개적으로 프로퍼티

public Vector3 Start
리턴 Vector3