C# Class Afterglow.Math.Vector2

Afficher le fichier Open project: Christof/afterglow Class Usage Examples

Méthodes publiques

Méthode Description
ToString ( ) : string

Returns the fully qualified type name of this instance.

Vector2 ( float values ) : System

Initializes a new instance of the Vector2 struct.

Vector2 ( float x, float y ) : System

Initializes a new instance of the Vector3 struct.

Method Details

ToString() public méthode

Returns the fully qualified type name of this instance.
public ToString ( ) : string
Résultat string

Vector2() public méthode

Initializes a new instance of the Vector2 struct.
public Vector2 ( float values ) : System
values float The values.
Résultat System

Vector2() public méthode

Initializes a new instance of the Vector3 struct.
public Vector2 ( float x, float y ) : System
x float The value for the X-axis.
y float The value for the Y-axis.
Résultat System