Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
Generic implementation of geometric vectors in homogeneous coordinates. More...
#include <geogram/basic/common.h>
#include <geogram/basic/vecg.h>
#include <geogram/basic/rationalg.h>
Go to the source code of this file.
Classes | |
class | GEO::vec2Hg< T > |
2d vector with homogeneous coordinates More... | |
class | GEO::vec2HgLexicoCompare< T > |
Comparator class for vec2Hg \detail Used to create maps indexed by vec2Hg or SOS symbolic perturbation. More... | |
class | GEO::vec3Hg< T > |
3d vector with homogeneous coordinates More... | |
class | GEO::vec3HgLexicoCompare< T > |
Comparator class for vec3Hg \detail Used to create maps indexed by vec3Hg or SOS symbolic perturbation. More... | |
Namespaces | |
GEO | |
Global Vorpaline namespace. | |
GEO::Numeric | |
Defines numeric types used in Vorpaline. | |
Generic implementation of geometric vectors in homogeneous coordinates.
Definition in file vechg.h.