#include <ignition/math/Helpers.hh>
#include <ignition/math/Line3.hh>
#include <ignition/math/Plane.hh>
#include <ignition/math/Vector3.hh>
#include <ignition/math/config.hh>
Go to the source code of this file.
Classes | |
class | ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Triangle3< T > |
A 3-dimensional triangle and related functions. More... | |
Namespaces | |
namespace | ignition |
namespace | ignition::math |
Math classes and function useful in robot applications. | |
namespace | ignition::math::IGNITION_MATH_VERSION_NAMESPACE |
Typedefs | |
typedef Triangle3< double > | ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Triangle3d |
Double specialization of the Triangle class. | |
typedef Triangle3< float > | ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Triangle3f |
Float specialization of the Triangle class. | |
typedef Triangle3< int > | ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Triangle3i |
Integer specialization of the Triangle class. | |