C# Class CoyoteMoves.Models.SeatingData.CoordinatePoint

Afficher le fichier Open project: jakemmarsh/coyote-moves Class Usage Examples

Méthodes publiques

Méthode Description
CoordinatePoint ( ) : System
CoordinatePoint ( double x, double y ) : System
IsEqualTo ( CoordinatePoint other ) : bool

Method Details

CoordinatePoint() public méthode

public CoordinatePoint ( ) : System
Résultat System

CoordinatePoint() public méthode

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

IsEqualTo() public méthode

public IsEqualTo ( CoordinatePoint other ) : bool
other CoordinatePoint
Résultat bool