VertexNavigation.getVertex C# (CSharp) Method

getVertex() public method

get a vertex from the index of an vertex
public getVertex ( int vertexIndex ) : Vertice,
vertexIndex int Vertex index.
return Vertice,
    public Vertice getVertex(int vertexIndex)
    {
        return this.movementLookup[vertexIndex];
    }