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