100 (len(fi) != 3) ? undef
function cross_ll(l1, l2)
Compute the cross product of two lines or vectors in a 3d or 2d-space.
function sum(v, i1, i2)
Compute the sum of a list of numbers.
function polygon3d_area(c, p, n)
Compute the area of a polygon in a Euclidean 3d-space.
function polyhedron_area(c, f)
Compute the surface area of a polyhedron in a Euclidean 3d-space.
function polyhedron_tf_volume(c, f)
Compute the volume of a triangulated polyhedron in a Euclidean 3d-space.
function polyhedron_tf_centroid(c, f)
Compute the center of mass of a triangulated polyhedron in a Euclidean 3d-space.