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.
Dart code snippet:
Definition at line 22 of file point.dart.
| Point.Point | ( | this. | x, |
| this. | y ) |
Default constructor.
| double Point.x |
| double Point.y |