summaryrefslogtreecommitdiffstats
path: root/doc/classes/PhysicsDirectBodyState3D.xml
diff options
context:
space:
mode:
authorHugo Locurcio <hugo.locurcio@hugo.pro>2021-12-11 17:38:55 +0100
committerHugo Locurcio <hugo.locurcio@hugo.pro>2021-12-11 17:38:55 +0100
commit5d81742dc861819c92fe0e0a35e3b673fe9ecf03 (patch)
tree15f33549b684edb76fa9f0a02121c9a94f6219cb /doc/classes/PhysicsDirectBodyState3D.xml
parent092a2861277e7df87aec10516d713d0bf4adba79 (diff)
downloadredot-engine-5d81742dc861819c92fe0e0a35e3b673fe9ecf03.tar.gz
Document RigidBody2D/3D and particles' angular velocity units
Diffstat (limited to 'doc/classes/PhysicsDirectBodyState3D.xml')
-rw-r--r--doc/classes/PhysicsDirectBodyState3D.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/PhysicsDirectBodyState3D.xml b/doc/classes/PhysicsDirectBodyState3D.xml
index 58c4294d66..77c99c55b1 100644
--- a/doc/classes/PhysicsDirectBodyState3D.xml
+++ b/doc/classes/PhysicsDirectBodyState3D.xml
@@ -215,7 +215,7 @@
</methods>
<members>
<member name="angular_velocity" type="Vector3" setter="set_angular_velocity" getter="get_angular_velocity">
- The body's rotational velocity.
+ The body's rotational velocity in [i]radians[/i] per second.
</member>
<member name="center_of_mass" type="Vector3" setter="" getter="get_center_of_mass">
The body's center of mass position relative to the body's center in the global coordinate system.
@@ -230,7 +230,7 @@
The inverse of the mass of the body.
</member>
<member name="linear_velocity" type="Vector3" setter="set_linear_velocity" getter="get_linear_velocity">
- The body's linear velocity.
+ The body's linear velocity in units per second.
</member>
<member name="principal_inertia_axes" type="Basis" setter="" getter="get_principal_inertia_axes">
</member>