C# 클래스 Glare.Plane4d

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

공개 프로퍼티들

프로퍼티 타입 설명
Distance Double
Normal Vector4d

공개 메소드들

메소드 설명
NormalizeInPlace ( ) : void

Normalize the Plane4d in place.

Plane4d ( Double normalX, Double normalY, Double normalZ, Double normalW, Double distance ) : System

Initialise the Plane4d.

Plane4d ( Vector4d normal, Double distance ) : System

Initialise the Plane4d.

메소드 상세

NormalizeInPlace() 공개 메소드

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

Plane4d() 공개 메소드

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

Plane4d() 공개 메소드

Initialise the Plane4d.
public Plane4d ( Vector4d normal, Double distance ) : System
normal Vector4d
distance Double
리턴 System

프로퍼티 상세

Distance 공개적으로 프로퍼티

Get or set the distance from origin.
public Double Distance
리턴 Double

Normal 공개적으로 프로퍼티

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