size

Class: TriRep

(Not recommended) Size of triangulation matrix

Compatibility

Note

size(TriRep) is not recommended. Use size(triangulation) instead.

TriRep is not recommended. Use triangulation instead.

Syntax

size(TR)

Description

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).

Input Arguments

TRTriangulation matrix

More About

expand all