Point

Used for point objects with x & y coordinates.

Constructors

this
this(float a, float b)

Constructor.

Members

Variables

x
double x;

Abscissa

y
double y;

Ordinate

Meta