Determines if the given vertex is a 2D vertex.
The vertex to check, which can be either a Vertex2d or Vertex3d.
Vertex2d
Vertex3d
true if the vertex has a z property of type number, indicating it is a 2D vertex; otherwise, false.
true
z
number
false
Determines if the given vertex is a 2D vertex.