C# Class AdvancedAlgorithms.ConvexHull.ConvexHull.Point

ファイルを表示 Open project: RodH257/Advanced-Algorithm-Problems

Public Methods

Method 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 method

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

Point() public method

public Point ( int x, int y ) : System
x int
y int
return System

ToString() public method

public ToString ( ) : string
return string