From b310a3e5039d4af4f606c21a98336ebec0d96b18 Mon Sep 17 00:00:00 2001 From: marioalexis Date: Sun, 19 Jun 2022 19:17:52 -0300 Subject: [PATCH] Base: Fix wrong function name in RotationPy documentation. --- src/Base/RotationPy.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Base/RotationPy.xml b/src/Base/RotationPy.xml index c6c0a4dca5..572d404c52 100644 --- a/src/Base/RotationPy.xml +++ b/src/Base/RotationPy.xml @@ -40,7 +40,7 @@ angle2 : float angle3 : float\n Rotation(seq, angle1, angle2, angle3) Define from one string and three floats (Euler angles) as Euler rotation -of a given type. Call toEulerSequence() for supported sequence types. +of a given type. Call toEulerAngles() for supported sequence types. seq : str angle1 : float angle2 : float