C# Class Glare.Plane2

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

Méthodes publiques

Свойство Type Description
Distance Length
Normal Vector2d

Méthodes publiques

Méthode Description
NormalizeInPlace ( ) : void

Normalize the Plane2 in place.

Plane2 ( Double normalX, Double normalY, Length distance ) : System

Initialise the Plane2.

Plane2 ( Vector2d normal, Length distance ) : System

Initialise the Plane2.

Method Details

NormalizeInPlace() public méthode

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

Plane2() public méthode

Initialise the Plane2.
public Plane2 ( Double normalX, Double normalY, Length distance ) : System
normalX Double
normalY Double
distance Length
Résultat System

Plane2() public méthode

Initialise the Plane2.
public Plane2 ( Vector2d normal, Length distance ) : System
normal Vector2d
distance Length
Résultat System

Property Details

Distance public_oe property

Get or set the distance from origin.
public Length Distance
Résultat Length

Normal public_oe property

Get or set the direction of the Plane2.
public Vector2d Normal
Résultat Vector2d