C# 클래스 Glare.Ray3d

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

공개 프로퍼티들

프로퍼티 타입 설명
Normal Vector3d
Origin Vector3d

공개 메소드들

메소드 설명
Ray3d ( Vector3d origin, Vector3d normal ) : System

Initialise the Ray3d.

메소드 상세

Ray3d() 공개 메소드

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

프로퍼티 상세

Normal 공개적으로 프로퍼티

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

Origin 공개적으로 프로퍼티

Get or set the origin of the Ray3d.
public Vector3d Origin
리턴 Vector3d