From 8dc15aac3861754a36a096b9b7bae2a2432eaea8 Mon Sep 17 00:00:00 2001 From: Mikael Hermansson Date: Wed, 5 Oct 2022 17:17:37 +0200 Subject: Bind PhysicsDirectBodyState3D::get_inverse_inertia_tensor --- doc/classes/PhysicsDirectBodyState3D.xml | 3 +++ doc/classes/PhysicsDirectBodyState3DExtension.xml | 5 +++++ 2 files changed, 8 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/PhysicsDirectBodyState3D.xml b/doc/classes/PhysicsDirectBodyState3D.xml index efe63e4093..04087cbfb6 100644 --- a/doc/classes/PhysicsDirectBodyState3D.xml +++ b/doc/classes/PhysicsDirectBodyState3D.xml @@ -226,6 +226,9 @@ The inverse of the inertia of the body. + + The inverse of the inertia tensor of the body. + The inverse of the mass of the body. diff --git a/doc/classes/PhysicsDirectBodyState3DExtension.xml b/doc/classes/PhysicsDirectBodyState3DExtension.xml index ade197eadc..4432f89b9d 100644 --- a/doc/classes/PhysicsDirectBodyState3DExtension.xml +++ b/doc/classes/PhysicsDirectBodyState3DExtension.xml @@ -159,6 +159,11 @@ + + + + + -- cgit v1.2.3