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 | |
| gz | |
| gz::math | |
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... | |