C# Class Universe.Physics.ConvexDecompositionDotNet.float2

Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Méthodes publiques

Свойство Type Description
x float
y float

Méthodes publiques

Méthode Description
float2 ( ) : System
float2 ( float _x, float _y ) : System
operator ( ) : float2
this ( int i ) : float

Method Details

float2() public méthode

public float2 ( ) : System
Résultat System

float2() public méthode

public float2 ( float _x, float _y ) : System
_x float
_y float
Résultat System

operator() public static méthode

public static operator ( ) : float2
Résultat float2

this() public méthode

public this ( int i ) : float
i int
Résultat float

Property Details

x public_oe property

public float x
Résultat float

y public_oe property

public float y
Résultat float