17 #ifndef _GAZEBO_PLANE_HH_
18 #define _GAZEBO_PLANE_HH_
20 #include <ignition/math/Plane.hh>
45 public:
Plane(
const Vector3 &_normal,
double _offset = 0.0)
59 public:
Plane(
const ignition::math::Planed &_plane)
63 public:
virtual ~
Plane();
76 public:
double Distance(
const Vector3 &_origin,
87 public:
Plane &operator =(
const ignition::math::Planed &_p);
91 public: ignition::math::Planed Ign()
const;
double d
Plane offset.
Definition: Plane.hh:100
Generic double x, y vector.
Definition: Vector2d.hh:36
Vector3 normal
Plane normal.
Definition: Plane.hh:94
The Vector3 class represents the generic vector containing 3 elements.
Definition: Vector3.hh:44
static const double GAZEBO_DEPRECATED(8.0) MAX_D
Double maximum value. This value will be similar to 1.79769e+308.
Definition: Helpers.hh:140
A plane and related functions.
Definition: Plane.hh:35
GAZEBO_VISIBLE void Set(common::Image &_img, const msgs::Image &_msg)
Convert a msgs::Image to a common::Image.
Vector2d size
Plane size.
Definition: Plane.hh:97