C# 클래스 Glare.Ray4d

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
Ray4d ( Vector4d origin, Vector4d normal ) : System

Initialise the Ray4d.

메소드 상세

Ray4d() 공개 메소드

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

프로퍼티 상세

Normal 공개적으로 프로퍼티

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

Origin 공개적으로 프로퍼티

Get or set the origin of the Ray4d.
public Vector4d Origin
리턴 Vector4d