VWVertex class

Constructors

VWVertex(Coordinate pt)

Properties

area double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isLive bool
getter/setter pair
next VWVertex?
getter/setter pair
prev VWVertex?
getter/setter pair
pt Coordinate
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getArea() double
getCoordinates() List<Coordinate>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove() VWVertex?
setNext(VWVertex next) → void
setPrev(VWVertex? prev) → void
toString() String
A string representation of this object.
inherited
updateArea() → void

Operators

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

Static Methods

buildLine(List<Coordinate> pts) → dynamic