We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67e1e8 commit 3cd2620Copy full SHA for 3cd2620
1 file changed
src/main/java/com/marginallyclever/ro3/node/nodes/pose/poses/Limb.java
@@ -405,10 +405,9 @@ private boolean impossibleVelocity(double[] jointVelocity) {
405
406
407
/**
408
- * <p>Make sure the given vector's length does not exceed some maximum. It does not increase the vector to
409
- * match the maximum. Store the results in the original array.</p>
+ * <p>Make sure the given vector's length does not exceed the linear maximum.
+ * It does not increase the vector to match the maximum. Store the results in the original array.</p>
410
* @param vector the vector to cap
411
- * @param maxLen the max length of the vector.
412
*/
413
public void capVelocity(double @NotNull [] vector) {
414
double len = getVectorLength(vector);
0 commit comments