C# Class Glare.Ray2d

A Vector2d position with a Vector2d normal.
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Свойство Type Description
Normal Vector2d
Origin Vector2d

Méthodes publiques

Méthode Description
Ray2d ( Vector2d origin, Vector2d normal ) : System

Initialise the Ray2d.

Method Details

Ray2d() public méthode

Initialise the Ray2d.
public Ray2d ( Vector2d origin, Vector2d normal ) : System
origin Vector2d
normal Vector2d
Résultat System

Property Details

Normal public_oe property

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

Origin public_oe property

Get or set the origin of the Ray2d.
public Vector2d Origin
Résultat Vector2d