A vertex is a topological point.
new Vertex(
point):Vertex
Creates a vertex at the specified point.
Point assigned to the vertex.
Vertex
readonlypoint:Point
Point assigned to the vertex.
triangulation:
VertexTriangulation|null=null
Polygonal representation of the vertex.
The default value is null.
get id():
bigint
Returns the unique identifier of the object.
bigint
get name():
string|null
Name of the shape.
The default value is null.
string | null
set name(
name):void
Sets the name of the shape.
string | null
Shape name.
void
get type():
ShapeType
Type of the shape.