Gazebo Math

API Reference

8.0.0~pre1
Box.hh File Reference
#include <optional>
#include <gz/math/config.hh>
#include <gz/math/MassMatrix3.hh>
#include <gz/math/Material.hh>
#include <gz/math/Plane.hh>
#include <gz/math/Vector3.hh>
#include "gz/math/detail/WellOrderedVector.hh"
#include <set>
#include "gz/math/detail/Box.hh"

Go to the source code of this file.

Classes

class  Box< Precision >
 A representation of a box. All units are in meters. More...
 

Namespaces

namespace  gz
 
namespace  gz::math
 

Typedefs

typedef Box< doubleBoxd
 Box with double precision.
 
typedef Box< floatBoxf
 Box with float precision.
 
typedef Box< intBoxi
 Box with integer precision.
 
template<typename T >
using IntersectionPoints = std::set< Vector3< T >, WellOrderedVectors< T > >
 This is the type used for deduplicating and returning the set of intersections.