Ellipsoid represents a ellipsoid shape, and is usually accessed through a Geometry.
More...
#include <Ellipsoid.hh>
Ellipsoid represents a ellipsoid shape, and is usually accessed through a Geometry.
◆ Ellipsoid()
sdf::SDF_VERSION_NAMESPACE::Ellipsoid::Ellipsoid |
( |
| ) |
|
◆ Element()
Get a pointer to the SDF element that was used during load.
- Returns
- SDF element pointer. The value will be nullptr if Load has not been called.
◆ Load()
Load the ellipsoid geometry based on a element pointer.
This is not the usual entry point. Typical usage of the SDF DOM is through the Root object.
- Parameters
-
- Returns
- Errors, which is a vector of Error objects. Each Error includes an error code and message. An empty vector indicates no error.
◆ Radii()
gz::math::Vector3d sdf::SDF_VERSION_NAMESPACE::Ellipsoid::Radii |
( |
| ) |
const |
Get the ellipsoid's radii in meters.
- Returns
- The radius of the ellipsoid in meters.
◆ SetRadii()
void sdf::SDF_VERSION_NAMESPACE::Ellipsoid::SetRadii |
( |
const gz::math::Vector3d & |
_radii | ) |
|
Set the ellipsoid's x, y, and z radii in meters.
- Parameters
-
[in] | _radius | Vector of radii (x, y, z) of the ellipsoid in meters. |
◆ Shape() [1/2]
gz::math::Ellipsoidd& sdf::SDF_VERSION_NAMESPACE::Ellipsoid::Shape |
( |
| ) |
|
Get a mutable Gazebo Math representation of this Ellipsoid.
- Returns
- A reference to a gz::math::Ellipsoidd object.
◆ Shape() [2/2]
const gz::math::Ellipsoidd& sdf::SDF_VERSION_NAMESPACE::Ellipsoid::Shape |
( |
| ) |
const |
Get the Gazebo Math representation of this Ellipsoid.
- Returns
- A const reference to a gz::math::Ellipsoidd object.
◆ ToElement() [1/2]
Create and return an SDF element filled with data from this ellipsoid.
Note that parameter passing functionality is not captured with this function.
- Returns
- SDF element pointer with updated ellipsoid values.
◆ ToElement() [2/2]
Create and return an SDF element filled with data from this ellipsoid.
Note that parameter passing functionality is not captured with this function.
- Parameters
-
[out] | _errors | Vector of errors. |
- Returns
- SDF element pointer with updated ellipsoid values.
The documentation for this class was generated from the following file: