Class: TriRep
(Not recommended) Size of triangulation matrix
Note
size(TriRep)
is not recommended. Use size(triangulation)
instead.
TriRep
is not recommended. Use triangulation
instead.
size(TR)
size(TR)
provides size information for
a triangulation matrix. The matrix is of size mtri
-by-nv
,
where mtri
is the number of simplices and nv
is
the number of vertices per simplex (triangle/tetrahedron, etc).
TR | Triangulation matrix |