EpitaphVertex class
The specific Vertex implementation for this library to make navigation possible.
Constructors
- EpitaphVertex(String id, Point point)
-
EpitaphVertex.fromJson(Map<
String, dynamic> json)
Properties
Methods
-
copy(
) → Vertex -
Returns a copy of the instance of your object
override
-
distanceTo(
EpitaphVertex other) → double - Returns the euclidean distance from this EpitaphVertex to another.
-
equalsById(
Vertex other) → bool -
A check if the this vertex is equal to
other
by its given id.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes an object
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited