hydroflow v1.0.7 (2019-02-09T13:14:55Z)
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)
Undocumented in source.
Members
Variables
x
double
x
;
y
double
y
;
Undocumented in source.
Meta
Source
See Implementation
libs
utils
point
classes
Point
Used for point objects with x & y coordinates.