From 2e38b32e0f261445c2d0b095c1822fbe6df16e25 Mon Sep 17 00:00:00 2001 From: m4nu3lf Date: Sat, 31 Dec 2016 14:39:25 +0000 Subject: Fixed inertia tensor computation and center of mass --- doc/base/classes.xml | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) (limited to 'doc/base/classes.xml') diff --git a/doc/base/classes.xml b/doc/base/classes.xml index b49c23f117..869f7781c5 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -28723,12 +28723,24 @@ + + + + + + + + + + + + @@ -28807,7 +28819,7 @@ - + @@ -28825,6 +28837,12 @@ + + + + + + @@ -45318,6 +45336,15 @@ do_property]. Return a copy of the normalized vector to unit length. This is the same as v / v.length(). + + + + + + + Return the outer product with b. + + @@ -45356,6 +45383,13 @@ do_property]. Return a copy of the vector, snapped to the lowest neared multiple. + + + + + Return a diagonal matrix with the vector as main diagonal. + + -- cgit v1.2.3