This method of the Direct3dRMFace Class retrieves the index of the vertex in the face's mesh. This index corresponds to the index specified in the which parameter.
public int getVertexIndex(int which);
Returns the index.
which | The index within the face of the vertex. |