| diagram |
 |
| used by |
|
| attributes |
| Name | Type | Use | Default | Fixed | annotation | | Ixx | xsd:double | required | | | | | Iyy | xsd:double | required | | | | | Izz | xsd:double | required | | | | | Ixy | xsd:double | required | | | | | Ixz | xsd:double | required | | | | | Iyz | xsd:double | required | | | | | description | xsd:string | optional | | | |
|
| annotation |
| appinfo | | Inertia matrix for the vehicle modeled as a rigid body. |
|
| source |
<xsd:complexType name="InertiaMatrixType">
<xsd:annotation>
<xsd:appinfo>Inertia matrix for the vehicle modeled as a rigid body.</xsd:appinfo>
</xsd:annotation>
<xsd:attribute name="Ixx" type="xsd:double" use="required"/>
<xsd:attribute name="Iyy" type="xsd:double" use="required"/>
<xsd:attribute name="Izz" type="xsd:double" use="required"/>
<xsd:attribute name="Ixy" type="xsd:double" use="required"/>
<xsd:attribute name="Ixz" type="xsd:double" use="required"/>
<xsd:attribute name="Iyz" type="xsd:double" use="required"/>
<xsd:attributeGroup ref="commonAttributes"/>
</xsd:complexType> |