Edge class

Constructors

Edge({double? yMin, double? yMax, double? x, double? slope})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slope double?
getter/setter pair
x double?
getter/setter pair
yMax double?
getter/setter pair
yMin double?
getter/setter pair

Methods

copyWith({double? yMin, double? yMax, double? x, double? slope}) Edge
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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