C# Class BMAPI.Point2

Afficher le fichier Open project: smoogipooo/osu-BMAPI Class Usage Examples

Méthodes publiques

Méthode Description
DistanceTo ( Point2 P ) : float
Equals ( object obj ) : bool
GetHashCode ( ) : int
Normalize ( ) : void
Point2 ( ) : System
Point2 ( float V ) : System
Point2 ( float X, float Y ) : System
operator ( ) : Point2
operator ( ) : bool

Method Details

DistanceTo() public méthode

public DistanceTo ( Point2 P ) : float
P Point2
Résultat float

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Normalize() public méthode

public Normalize ( ) : void
Résultat void

Point2() public méthode

public Point2 ( ) : System
Résultat System

Point2() public méthode

public Point2 ( float V ) : System
V float
Résultat System

Point2() public méthode

public Point2 ( float X, float Y ) : System
X float
Y float
Résultat System

operator() public static méthode

public static operator ( ) : Point2
Résultat Point2

operator() public static méthode

public static operator ( ) : bool
Résultat bool