diff --git a/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/FieldRotation.java b/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/FieldRotation.java
index d3853c0c5..d4c7a1804 100644
--- a/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/FieldRotation.java
+++ b/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/FieldRotation.java
@@ -234,7 +234,7 @@ public class FieldRotation If the angular separation between u1 and u2 is
* not the same as the angular separation between v1 and
* v2, then a corrected v'2 will be used rather than
- * v2, the corrected vector will be in the (±v1,
+ * v2, the corrected vector will be in the (±v1,
* +v2) half-plane.
+ *** r1(r) = r2 - * + *
This distance is an angle between 0 and π. Its value is the smallest * possible upper bound of the angle in radians between r1(v) * and r2(v) for all possible vectors v. This upper bound is diff --git a/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/Rotation.java b/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/Rotation.java index a14eb6f14..59517baea 100644 --- a/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/Rotation.java +++ b/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/Rotation.java @@ -262,7 +262,7 @@ public class Rotation implements Serializable { *
If the angular separation between u1 and u2 is * not the same as the angular separation between v1 and * v2, then a corrected v'2 will be used rather than - * v2, the corrected vector will be in the (±v1, + * v2, the corrected vector will be in the (±v1, * +v2) half-plane.
* @param u1 first vector of the origin pair @@ -1399,9 +1399,9 @@ public class Rotation implements Serializable { * or very different. It is mathematically defined as the angle of * the rotation r that prepended to one of the rotations gives the other * one: - *+ *** r1(r) = r2 - * + *
This distance is an angle between 0 and π. Its value is the smallest * possible upper bound of the angle in radians between r1(v) * and r2(v) for all possible vectors v. This upper bound is