C# Class Glare.Plane2f

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
NormalizeInPlace ( ) : void

Normalize the Plane2f in place.

Plane2f ( System.Single normalX, System.Single normalY, System.Single distance ) : System

Initialise the Plane2f.

Plane2f ( Vector2f normal, System.Single distance ) : System

Initialise the Plane2f.

Method Details

NormalizeInPlace() public méthode

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

Plane2f() public méthode

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

Plane2f() public méthode

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