C# Class Glare.Plane4f

A Vector4f normal with a Single distance from origin.
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Свойство Type Description
Distance System.Single
Normal Vector4f

Méthodes publiques

Méthode Description
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.

Method Details

NormalizeInPlace() public méthode

Normalize the Plane4f in place.
public NormalizeInPlace ( ) : void
Résultat void

Plane4f() public méthode

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
Résultat System

Plane4f() public méthode

Initialise the Plane4f.
public Plane4f ( Vector4f normal, System.Single distance ) : System
normal Vector4f
distance System.Single
Résultat System

Property Details

Distance public_oe property

Get or set the distance from origin.
public Single,System Distance
Résultat System.Single

Normal public_oe property

Get or set the direction of the Plane4f.
public Vector4f Normal
Résultat Vector4f