hydroflow ~master (2019-03-12T23:42:17Z)
Dub
Repo
Point
libs
utils
point
Used for point objects with x & y coordinates.
class
Point {
double
x
;
double
y
;
this
(float a, float b);
}
Constructors
this
this
(float a, float b)
Constructor.
Members
Variables
x
double
x
;
Abscissa
y
double
y
;
Ordinate
Meta
Source
See Implementation
libs
utils
point
classes
Point
Used for point objects with x & y coordinates.