20 #include <gz/math/Plane.hh>
21 #include <gz/math/Vector3.hh>
22 #include <gz/math/Vector2.hh>
25 #include <sdf/sdf_config.h>
30 inline namespace SDF_VERSION_NAMESPACE {
52 public:
virtual ~
Plane();
76 public: gz::math::Vector3d Normal()
const;
82 public:
void SetNormal(
const gz::math::Vector3d &_normal);
86 public: gz::math::Vector2d Size()
const;
90 public:
void SetSize(
const gz::math::Vector2d &_size);
100 public:
const gz::math::Planed &Shape()
const;
104 public: gz::math::Planed &Shape();
107 private: PlanePrivate *dataPtr;