Manual

Note

This package uses of SVector from StaticArrays.jl for representing points in space. In particular, a sequence or set of points is represented as Vector{SVector{...}} rather than as columns of a Matrix.

Tip

The BasicUtilities.jl helper scmatrix provides views of Vector{SVector{...}} as a Matrix with fixed number of rows (and vice versa).

Todo

Distance to tetrahedra and tetrahedral meshes is currently not implemented.