C# 클래스 Nexus.Objects3D.Ray3D

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

공개 프로퍼티들

프로퍼티 타입 설명
Direction Vector3D
Origin Point3D

공개 메소드들

메소드 설명
Evaluate ( float t ) : Point3D
Intersects ( AxisAlignedBox3D box ) : float?
Ray3D ( Point3D origin, Vector3D direction )
ToString ( ) : string

메소드 상세

Evaluate() 공개 메소드

public Evaluate ( float t ) : Point3D
t float
리턴 Point3D

Intersects() 공개 메소드

public Intersects ( AxisAlignedBox3D box ) : float?
box AxisAlignedBox3D
리턴 float?

Ray3D() 공개 메소드

public Ray3D ( Point3D origin, Vector3D direction )
origin Point3D
direction Vector3D

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Direction 공개적으로 프로퍼티

public Vector3D Direction
리턴 Vector3D

Origin 공개적으로 프로퍼티

public Point3D Origin
리턴 Point3D