Epsilon class

Constructors

Epsilon()

Properties

hashCode int?
The hash code for this object.
no setterinherited
runtimeType Type?
A representation of the runtime type of the object.
no setterinherited

Methods

linesIntersectAsMap(Coordinate? a0, Coordinate? a1, Coordinate? b0, Coordinate? b1) Map<bool?, Intersection?>?
noSuchMethod(Invocation? invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pointAboveOrOnLine(Coordinate? pt, Coordinate? left, Coordinate? right) bool?
pointBetween(Coordinate? p, Coordinate? left, Coordinate? right) bool?
pointsCollinear(Coordinate? pt1, Coordinate? pt2, Coordinate? pt3) bool?
pointsCompare(Coordinate? p1, Coordinate? p2) int?
pointsSame(Coordinate? p1, Coordinate? p2) bool?
pointsSameX(Coordinate? p1, Coordinate? p2) bool?
pointsSameY(Coordinate? p1, Coordinate? p2) bool?
toString() String?
A string representation of this object.
inherited

Operators

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

Constants

eps → const double?