SYNOPSIS
|
DESCRIPTION
The Agar-Math library implements a number of algorithms and operations on
related to geometrical structures.
The following basic structures are defined, see their respective manual
pages for more details:
|
GENERIC GEOMETRIC ENTITIES
A number of routines (e.g., computation of intersections) return sets of
zero or more geometrical structures of different types, depending on the
The M_Geom2 structure defines a geometrical entity in R2:
Similarly, M_Geom3 defines an entity in R3:
The type field can take on the following values:
|
GENERIC GEOMETRIC ENTITIES: SETS
SEE ALSO
AG_Intro(3), M_Matrix(3), M_Real(3), M_Vector(3) |
HISTORY
The M_Geometry structure first appeared in Agar 1.3.4. |