C# 클래스 Glare.Ray4

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

공개 프로퍼티들

프로퍼티 타입 설명
Normal Vector4d
Origin System.Vector4

공개 메소드들

메소드 설명
Ray4 ( System.Vector4 origin, Vector4d normal ) : System

Initialise the Ray4.

메소드 상세

Ray4() 공개 메소드

Initialise the Ray4.
public Ray4 ( System.Vector4 origin, Vector4d normal ) : System
origin System.Vector4
normal Vector4d
리턴 System

프로퍼티 상세

Normal 공개적으로 프로퍼티

Get or set the direction of the Ray4.
public Vector4d Normal
리턴 Vector4d

Origin 공개적으로 프로퍼티

Get or set the origin of the Ray4.
public Vector4,System Origin
리턴 System.Vector4