isTriangular

Checks if all polygons in the mesh are triangular.

This method evaluates each polygon to determine whether it consists of exactly three vertices. A mesh is considered triangular if all its polygons meet this condition.

Return

True if all polygons in the mesh are triangles, false otherwise.