C# 클래스 Glare.Ray3

A Vector3 position with a Vector3d normal.
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 프로퍼티들

프로퍼티 타입 설명
Normal Vector3d
Origin System.Vector3

공개 메소드들

메소드 설명
Ray3 ( System.Vector3 origin, Vector3d normal ) : System

Initialise the Ray3.

메소드 상세

Ray3() 공개 메소드

Initialise the Ray3.
public Ray3 ( System.Vector3 origin, Vector3d normal ) : System
origin System.Vector3
normal Vector3d
리턴 System

프로퍼티 상세

Normal 공개적으로 프로퍼티

Get or set the direction of the Ray3.
public Vector3d Normal
리턴 Vector3d

Origin 공개적으로 프로퍼티

Get or set the origin of the Ray3.
public Vector3,System Origin
리턴 System.Vector3