gz/math/Triangle.hh File Reference
#include <set>#include <gz/math/Helpers.hh>#include <gz/math/Line2.hh>#include <gz/math/Vector2.hh>#include <gz/math/config.hh>Go to the source code of this file.
Classes | |
| class | Triangle< T > |
| Triangle class and related functions. More... | |
Namespaces | |
| ignition | |
| ignition::math | |
| Math classes and function useful in robot applications. | |
Typedefs | |
| typedef Triangle< double > | Triangled |
| Double specialization of the Triangle class. More... | |
| typedef Triangle< float > | Trianglef |
| Float specialization of the Triangle class. More... | |
| typedef Triangle< int > | Trianglei |
| Integer specialization of the Triangle class. More... | |