Knots collection
- a series of "Knots" - periodic surfaces created with
KNOTS and TUBES functions
Mebius strip
- the "Mebius strip" of the first order, created with
MEBIUS (and TUBES) function
Boolean operations with polygons
- various 2-D polygons computations: intersection,
union, difference, exclusive OR.
- topographic map filled with CONTOURF command
2-d Delaunay triangulation
This is a triangulation of a planar 200-points random
normal set obtained and plotted with TRIANGUL function.
Voronoi diagram
This is a planar Voronoi diagram - partition of a plane
(tesselation) into regions closest to a gibven point of
a set.
This diagram illustrates the duality of Voronoi
tesselation and Delaunay triangulation procedures.
3-d Delaunay
Delaunay tetrahedral tesselation of
a 3-d set of points. Created with DELAUNAY function.
only a few tetrahedral facets are "filled".
Triangulated "membrane" surface
- MATLAB logo in a triangular form. Obtained with
SURFTRI function by triangulation of 500 random points
with TRIANGUL routine.
3-d Convex hull
- convex hull of a a set of 100 uniformly distributed
points on a sphere. The set is produced with EQDSPH
function, the conveh hull - with CONVEXH function.
3-d Convex hull
Convex hull of a a set of 100 randomly distributed
points on a sphere. The set is produced with RANDSPH
function, the convex hull - with CONVEXH function.
Points inside/out of a 3-d polyhedron
Function INPOLYHD determines whether points are inside,
outside or on the boundary of a 3-dimensional polyhedra
Back to the SaGA Homepage