C# 클래스 Glare.Ray3f

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
Ray3f ( Vector3f origin, Vector3f normal ) : System

Initialise the Ray3f.

메소드 상세

Ray3f() 공개 메소드

Initialise the Ray3f.
public Ray3f ( Vector3f origin, Vector3f normal ) : System
origin Vector3f
normal Vector3f
리턴 System

프로퍼티 상세

Normal 공개적으로 프로퍼티

Get or set the direction of the Ray3f.
public Vector3f Normal
리턴 Vector3f

Origin 공개적으로 프로퍼티

Get or set the origin of the Ray3f.
public Vector3f Origin
리턴 Vector3f