classref: Sync with current master branch (bbac8198f)

This commit is contained in:
Rémi Verschelde
2022-10-08 13:57:16 +02:00
parent 8a540a9b36
commit b69855897a
122 changed files with 5387 additions and 2909 deletions

View File

@@ -40,6 +40,8 @@ Properties
+---------------------------------------+-----------------------------------------------------------------------------------------------+
| :ref:`Vector3<class_Vector3>` | :ref:`inverse_inertia<class_PhysicsDirectBodyState3D_property_inverse_inertia>` |
+---------------------------------------+-----------------------------------------------------------------------------------------------+
| :ref:`Basis<class_Basis>` | :ref:`inverse_inertia_tensor<class_PhysicsDirectBodyState3D_property_inverse_inertia_tensor>` |
+---------------------------------------+-----------------------------------------------------------------------------------------------+
| :ref:`float<class_float>` | :ref:`inverse_mass<class_PhysicsDirectBodyState3D_property_inverse_mass>` |
+---------------------------------------+-----------------------------------------------------------------------------------------------+
| :ref:`Vector3<class_Vector3>` | :ref:`linear_velocity<class_PhysicsDirectBodyState3D_property_linear_velocity>` |
@@ -171,6 +173,18 @@ The inverse of the inertia of the body.
----
.. _class_PhysicsDirectBodyState3D_property_inverse_inertia_tensor:
- :ref:`Basis<class_Basis>` **inverse_inertia_tensor**
+----------+------------------------------+
| *Getter* | get_inverse_inertia_tensor() |
+----------+------------------------------+
The inverse of the inertia tensor of the body.
----
.. _class_PhysicsDirectBodyState3D_property_inverse_mass:
- :ref:`float<class_float>` **inverse_mass**