Function triangulate
turn a range of undertermined face type into a range of triangles
auto triangulate(FR)
(
FR faceRange
)
if (isInputRange!FR && isFace!(ElementType!FR));
turn a range of undertermined face type into a range of triangles
auto triangulate(FR)
(
FR faceRange
)
if (isInputRange!FR && isFace!(ElementType!FR));