Gazebo Math

API Reference

8.0.0~pre1
Vector3.hh File Reference
#include <algorithm>
#include <cmath>
#include <istream>
#include <limits>
#include <ostream>
#include <gz/math/Helpers.hh>
#include <gz/math/config.hh>

Go to the source code of this file.

Classes

class  Vector3< T >
 The Vector3 class represents the generic vector containing 3 elements. Since it's commonly used to keep coordinate system related information, its elements are labeled by x, y, z. More...
 

Namespaces

namespace  gz
 
namespace  gz::math
 

Typedefs

typedef Vector3< doubleVector3d
 
typedef Vector3< floatVector3f
 
typedef Vector3< intVector3i