C# Class Methods.LineSweepPoint.Point

A 2d point (stripped to only include used methods).
Mostra file Open project: Strilanc/Methods

Public Properties

Property Type Description
X double
Y double

Public Methods

Method Description
Point ( double x, double y )
operator ( ) : Point
operator ( ) : Vector

Method Details

Point() public method

public Point ( double x, double y )
x double
y double

operator() public static method

public static operator ( ) : Point
return Point

operator() public static method

public static operator ( ) : Vector
return Vector

Property Details

X public_oe property

public double X
return double

Y public_oe property

public double Y
return double