C# Class AIMA.Core.Util.DataStructure.Point2D

Show file Open project: PaulMineau/AIMA.Net Class Usage Examples

Public Methods

Method Description
Point2D ( double x, double y ) : System
distance ( Point2D pt ) : double
getX ( ) : double
getY ( ) : double

Method Details

Point2D() public method

public Point2D ( double x, double y ) : System
x double
y double
return System

distance() public method

public distance ( Point2D pt ) : double
pt Point2D
return double

getX() public method

public getX ( ) : double
return double

getY() public method

public getY ( ) : double
return double