Get a read-write access to a vertex by its index
This function doesn't check index, it must be in range [0, getVertexCount() - 1]. The behavior is undefined otherwise.
Index of the vertex to get
Reference to the index-th vertex.
See Implementation
Get a read-write access to a vertex by its index
This function doesn't check index, it must be in range [0, getVertexCount() - 1]. The behavior is undefined otherwise.