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.

struct MeshDataTool
@nogc nothrow const
long
getEdgeVertex
(
in long idx
,
in long vertex
)

Meta