17 #ifndef _GAZEBO_PLANE_HH_ 18 #define _GAZEBO_PLANE_HH_ 20 #include <ignition/math/Plane.hh> 43 public:
Plane(
const Vector3 &_normal,
double _offset = 0.0);
54 public:
Plane(
const ignition::math::Planed &_plane);
57 public:
virtual ~
Plane();
70 public:
double Distance(
const Vector3 &_origin,
81 public:
Plane &operator =(
const ignition::math::Planed &_p);
85 public: ignition::math::Planed Ign()
const;
double d
Plane offset.
Definition: Plane.hh:94
Forward declarations for the common classes.
Definition: Animation.hh:33
Generic double x, y vector.
Definition: Vector2d.hh:36
Vector3 normal
Plane normal.
Definition: Plane.hh:88
The Vector3 class represents the generic vector containing 3 elements.
Definition: Vector3.hh:39
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:91