Area class

Constructors

Area({double? x1, double? y1, double? z1, double? x2, double? y2, double? z2})
Area.fromLocations(Location loc1, Location loc2)
Area.fromRanges({double? x, double? y, double? z, double? dx, double? dy, double? dz, Map<String, double> ranges = const {}})
fromRanges is a constructor to construct an Area within a defined Range of a Location(Works like fill or clone).
Area.rel({double? x1, double? y1, double? z1, double? x2, double? y2, double? z2})
Use Area.rel if you want to select the area relative to an unknown position.

Properties

dx double
getter/setter pair
dy double
getter/setter pair
dz double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
loc1 Location
getter/setter pair
loc2 Location
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getCoordinates() String
getRanges() Map
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