C# 클래스 AdvancedAlgorithms.ConvexHull.ConvexHull.Point

파일 보기 프로젝트 열기: RodH257/Advanced-Algorithm-Problems

공개 메소드들

메소드 설명
LengthTo ( System.Point to ) : double

Gets the length from this point to another point

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

메소드 상세

LengthTo() 공개 메소드

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

Point() 공개 메소드

public Point ( int x, int y ) : System
x int
y int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string