Function MeshDataTool.getEdgeVertex
Returns index of specified vertex connected to given edge. Vertex argument can only be 0 or 1 because edges are comprised of two vertices.
long getEdgeVertex
(
const(long) idx,
const(long) vertex
) nothrow @nogc const;