20 #include <ignition/math/Vector3.hh> 21 #include <ignition/math/Vector2.hh> 24 #include <sdf/sdf_config.h> 29 inline namespace SDF_VERSION_NAMESPACE {
51 public:
virtual ~
Plane();
75 public: ignition::math::Vector3d Normal()
const;
81 public:
void SetNormal(
const ignition::math::Vector3d &_normal);
85 public: ignition::math::Vector2d Size()
const;
89 public:
void SetSize(
const ignition::math::Vector2d &_size);
98 private: PlanePrivate *dataPtr;
class SDFORMAT_VISIBLE Element
Definition: Element.hh:47
Plane represents a plane shape, and is usually accessed through a Geometry.
Definition: Plane.hh:37
std::shared_ptr< Element > ElementPtr
Definition: Element.hh:51
std::vector< Error > Errors
A vector of Error.
Definition: Types.hh:74
#define SDFORMAT_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system_util.hh:48
namespace for Simulation Description Format parser
Definition: AirPressure.hh:25