C# Class Glare.Plane3f

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
Intersect ( Plane3f b, Plane3f c ) : Vector3f

Get the intersection point between the three planes.

Intersect ( Plane3f &b, Plane3f &c, Vector3f &result ) : void

Get the intersection point between the three planes.

NormalizeInPlace ( ) : void

Normalize the Plane3f in place.

Plane3f ( System.Single normalX, System.Single normalY, System.Single normalZ, System.Single distance ) : System

Initialise the Plane3f.

Plane3f ( Vector3f normal, System.Single distance ) : System

Initialise the Plane3f.

Method Details

Intersect() public méthode

Get the intersection point between the three planes.
public Intersect ( Plane3f b, Plane3f c ) : Vector3f
b Plane3f
c Plane3f
Résultat Vector3f

Intersect() public méthode

Get the intersection point between the three planes.
public Intersect ( Plane3f &b, Plane3f &c, Vector3f &result ) : void
b Plane3f
c Plane3f
result Vector3f
Résultat void

NormalizeInPlace() public méthode

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

Plane3f() public méthode

Initialise the Plane3f.
public Plane3f ( System.Single normalX, System.Single normalY, System.Single normalZ, System.Single distance ) : System
normalX System.Single
normalY System.Single
normalZ System.Single
distance System.Single
Résultat System

Plane3f() public méthode

Initialise the Plane3f.
public Plane3f ( Vector3f normal, System.Single distance ) : System
normal Vector3f
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 Plane3f.
public Vector3f Normal
Résultat Vector3f