C# Class Glare.Plane2d

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
NormalizeInPlace ( ) : void

Normalize the Plane2d in place.

Plane2d ( Double normalX, Double normalY, Double distance ) : System

Initialise the Plane2d.

Plane2d ( Vector2d normal, Double distance ) : System

Initialise the Plane2d.

Method Details

NormalizeInPlace() public méthode

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

Plane2d() public méthode

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

Plane2d() public méthode

Initialise the Plane2d.
public Plane2d ( Vector2d normal, Double distance ) : System
normal Vector2d
distance Double
Résultat System

Property Details

Distance public_oe property

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

Normal public_oe property

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