C# 클래스 Glare.Plane4f

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

공개 프로퍼티들

프로퍼티 타입 설명
Distance System.Single
Normal Vector4f

공개 메소드들

메소드 설명
NormalizeInPlace ( ) : void

Normalize the Plane4f in place.

Plane4f ( System.Single normalX, System.Single normalY, System.Single normalZ, System.Single normalW, System.Single distance ) : System

Initialise the Plane4f.

Plane4f ( Vector4f normal, System.Single distance ) : System

Initialise the Plane4f.

메소드 상세

NormalizeInPlace() 공개 메소드

Normalize the Plane4f in place.
public NormalizeInPlace ( ) : void
리턴 void

Plane4f() 공개 메소드

Initialise the Plane4f.
public Plane4f ( System.Single normalX, System.Single normalY, System.Single normalZ, System.Single normalW, System.Single distance ) : System
normalX System.Single
normalY System.Single
normalZ System.Single
normalW System.Single
distance System.Single
리턴 System

Plane4f() 공개 메소드

Initialise the Plane4f.
public Plane4f ( Vector4f normal, System.Single distance ) : System
normal Vector4f
distance System.Single
리턴 System

프로퍼티 상세

Distance 공개적으로 프로퍼티

Get or set the distance from origin.
public Single,System Distance
리턴 System.Single

Normal 공개적으로 프로퍼티

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