C# 클래스 Algorithms.Point2D

파일 보기 프로젝트 열기: beginor/practice 1 사용 예제들

공개 메소드들

메소드 설명
DistanceSquaredTo ( Point2D that ) : double
DistanceTo ( Point2D that ) : double
Point2D ( double x, double y ) : System

메소드 상세

DistanceSquaredTo() 공개 메소드

public DistanceSquaredTo ( Point2D that ) : double
that Point2D
리턴 double

DistanceTo() 공개 메소드

public DistanceTo ( Point2D that ) : double
that Point2D
리턴 double

Point2D() 공개 메소드

public Point2D ( double x, double y ) : System
x double
y double
리턴 System