C# Class Glare.Ray2

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

Méthodes publiques

Свойство Type Description
Normal Vector2d
Origin System.Vector2

Méthodes publiques

Méthode Description
Ray2 ( System.Vector2 origin, Vector2d normal ) : System

Initialise the Ray2.

Method Details

Ray2() public méthode

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

Property Details

Normal public_oe property

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

Origin public_oe property

Get or set the origin of the Ray2.
public Vector2,System Origin
Résultat System.Vector2