C# Class AdvancedAlgorithms.ConvexHull.ConvexHull.Point

Afficher le fichier Open project: RodH257/Advanced-Algorithm-Problems

Méthodes publiques

Méthode Description
LengthTo ( System.Point to ) : double

Gets the length from this point to another point

Point ( int x, int y ) : System
ToString ( ) : string

Method Details

LengthTo() public méthode

Gets the length from this point to another point
public LengthTo ( System.Point to ) : double
to System.Point
Résultat double

Point() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string