MeshDataTool.getFaceVertex

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

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

Meta