sdformat 0.1.0

Parsing library for sdformat in Rust
Documentation
1
2
3
4
5
6
<element name="ellipsoid" required="0">
  <description>Ellipsoid shape</description>
  <element name="radii" type="vector3" default="1 1 1" required="1">
    <description>The three radii of the ellipsoid. The origin of the ellipsoid is in its geometric center (inside the center of the ellipsoid).</description>
  </element>
</element>