diff --git a/engine/src/core/com/jme3/math/Quaternion.java b/engine/src/core/com/jme3/math/Quaternion.java index fd4dc7fdd..a6197c526 100644 --- a/engine/src/core/com/jme3/math/Quaternion.java +++ b/engine/src/core/com/jme3/math/Quaternion.java @@ -238,13 +238,13 @@ public final class Quaternion implements Savable, Cloneable, java.io.Serializabl * @see http://www.euclideanspace.com/maths/geometry/rotations/conversions/eulerToQuaternion/index.htm * * @param xAngle - * the Euler pitch of rotation (in radians). (aka Bank, often rot + * the Euler pitch of rotation (in radians). (aka Attitude, often rot * around x) * @param yAngle * the Euler yaw of rotation (in radians). (aka Heading, often * rot around y) * @param zAngle - * the Euler roll of rotation (in radians). (aka Attitude, often + * the Euler roll of rotation (in radians). (aka Bank, often * rot around z) */ public Quaternion fromAngles(float xAngle, float yAngle, float zAngle) {