C# 클래스 Glare.Ray4f

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
Ray4f ( Vector4f origin, Vector4f normal ) : System

Initialise the Ray4f.

메소드 상세

Ray4f() 공개 메소드

Initialise the Ray4f.
public Ray4f ( Vector4f origin, Vector4f normal ) : System
origin Vector4f
normal Vector4f
리턴 System

프로퍼티 상세

Normal 공개적으로 프로퍼티

Get or set the direction of the Ray4f.
public Vector4f Normal
리턴 Vector4f

Origin 공개적으로 프로퍼티

Get or set the origin of the Ray4f.
public Vector4f Origin
리턴 Vector4f