[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
29. Geometry
Much of the geometry code in Octave is based on the Qhull
library(11).
Some of the documentation for Qhull, particularly for the options that
can be passed to delaunay
, voronoi
and convhull
,
etc., is relevant to Octave users.
29.1 Delaunay Triangulation | ||
29.2 Voronoi Diagrams | ||
29.3 Convex Hull | ||
29.4 Interpolation on Scattered Data |