Point class

Point represents point in space

Constructors

Point(double x, double y, double z)
Initialize a new point (coordinates assumed to be provide as radians)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x double
The X position of the point
getter/setter pair
y double
The Y position of the point
getter/setter pair
z double
The Z position of the point
getter/setter pair

Methods

convert(Zone zone) Point
Returns a new Point converted in the specified Zone
degree() Point
Get a new points whose coordinates are expressed in degrees.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited