- Source
Members
position
Retrieves the position of the vertex.
- Source
Methods
isEqual(vertex) → {boolean}
Checks if this vertex is equal to another vertex.
Parameters:
Name | Type | Description |
---|---|---|
vertex | Vertex | The vertex to compare with. |
- Source
Returns:
true
if the vertices are equal, false
otherwise.
- Type:
- boolean