Triangulation of a polyhedron.
T = P.triangulate;
T = triangulate(P)
P |
Polyhedron object. Class: Polyhedron |
P = 10*Polyhedron(randn(5,2));Generate the triangular partition
T = P.triangulate;Plot the triangulation.
T.plot
◀ | affinehull | uplus | ▶ |
© 2010-2013 Colin Neil Jones: EPF Lausanne, colin.jones@epfl.ch