C# Class LongoMatch.Core.Common.Point

Afficher le fichier Open project: GNOME/longomatch Class Usage Examples

Méthodes publiques

Méthode Description
Copy ( ) : Point
Denormalize ( int width, int height ) : Point
Distance ( Point p ) : double
Equals ( object obj ) : bool
GetHashCode ( ) : int
Normalize ( int width, int height ) : Point
Point ( double x, double y ) : System
ToString ( ) : string
operator ( ) : Point
operator ( ) : bool

Method Details

Copy() public méthode

public Copy ( ) : Point
Résultat Point

Denormalize() public méthode

public Denormalize ( int width, int height ) : Point
width int
height int
Résultat Point

Distance() public méthode

public Distance ( Point p ) : double
p Point
Résultat double

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 ( int width, int height ) : Point
width int
height int
Résultat Point

Point() public méthode

public Point ( double x, double y ) : System
x double
y double
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : Point
Résultat Point

operator() public static méthode

public static operator ( ) : bool
Résultat bool