All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Modules Pages

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.
 

Detailed Description

A point at the specified metrics coordinates.

Definition at line 17 of file point.dart.

Constructor & Destructor Documentation

◆ Point()

Point.Point ( this. x,
this. y )

Default constructor.

Member Data Documentation

◆ x

double Point.x

point's x coordinate in meters.

Definition at line 23 of file point.dart.

◆ y

double Point.y

point's y coordinate in meters.

Definition at line 27 of file point.dart.


The documentation for this class was generated from the following file: