41       public: 
Plane(
const Vector3 &_normal, 
double _offset = 0.0);
 
   51       public: 
virtual ~
Plane();
 
   64       public: 
double Distance(
const Vector3 &_origin,
 
Generic double x, y vector. 
Definition: Vector2d.hh:39
The Vector3 class represents the generic vector containing 3 elements. 
Definition: Vector3.hh:43
Vector3 normal
Plane normal. 
Definition: Plane.hh:73
A plane and related functions. 
Definition: Plane.hh:33
double d
Plane offset. 
Definition: Plane.hh:79
GAZEBO_VISIBLE void Set(common::Image &_img, const msgs::Image &_msg)
Convert a msgs::Image to a common::Image. 
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported. 
Definition: system.hh:48
Vector2d size
Plane size. 
Definition: Plane.hh:76