The following tables list the members exposed by Vertex.
Name | Description | |
---|---|---|
![]() | Vertex Constructor |
Name | Description | |
---|---|---|
![]() | addBoundVertex | Appends a vertex to the vertexes list. |
![]() | addSameVertex | Appends a vertex to the vertexes list. |
![]() | delBoundVertex | Remove a bound vertex from list by index. |
![]() | delSameVertex | Remove a bound vertex from list by index. |
![]() | getBoundVertex | Returns a bound vertex by its index. |
![]() | getBoundVertexCount | Returns count of bound vertexes in list. |
![]() | getPoint | Returns a position of vertex in 2D. |
![]() | getSameVertex | Returns a bound vertex by its index. |
![]() | getSameVertexCount | Returns count of bound vertexes in list. |
![]() | indexOfBoundVertex | Returns index of vertex in bound vertex list if exists. In otherwise this is -1. |
![]() | setBoundVertex | Sets the bound vertex by index. |