20 #include <ignition/math/Plane.hh> 
   21 #include <ignition/math/Vector3.hh> 
   22 #include <ignition/math/Vector2.hh> 
   23 #include <ignition/utils/ImplPtr.hh> 
   26 #include <sdf/sdf_config.h> 
   31   inline namespace SDF_VERSION_NAMESPACE {
 
   53     public: ignition::math::Vector3d Normal() 
const;
 
   59     public: 
void SetNormal(
const ignition::math::Vector3d &_normal);
 
   63     public: ignition::math::Vector2d Size() 
const;
 
   67     public: 
void SetSize(
const ignition::math::Vector2d &_size);
 
   77     public: 
const ignition::math::Planed &Shape() 
const;
 
   81     public: ignition::math::Planed &Shape();
 
   84     IGN_UTILS_IMPL_PTR(dataPtr)