A point at the specified metrics coordinates. More...
Public Member Functions | |
Point (this.x, this.y) | |
Default constructor. | |
Public Attributes | |
double | x |
point's x coordinate in meters. | |
double | y |
point's y coordinate in meters. | |
A point at the specified metrics coordinates.
Definition at line 17 of file point.dart.
Point.Point | ( | this. | x, |
this. | y ) |
Default constructor.
double Point.x |
point's x
coordinate in meters.
Definition at line 23 of file point.dart.
double Point.y |
point's y
coordinate in meters.
Definition at line 27 of file point.dart.