Function MeshDataTool.getFaceVertex

Returns the specified vertex of the given face. Vertex argument must be 2 or less because faces contain three vertices.

long getFaceVertex (
  const(long) idx,
  const(long) vertex
) nothrow @nogc const;