Skip to content

Commit 3cd2620

Browse files
committed
Update Limb.java
1 parent e67e1e8 commit 3cd2620

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • src/main/java/com/marginallyclever/ro3/node/nodes/pose/poses

src/main/java/com/marginallyclever/ro3/node/nodes/pose/poses/Limb.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -405,10 +405,9 @@ private boolean impossibleVelocity(double[] jointVelocity) {
405405

406406

407407
/**
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>
408+
* <p>Make sure the given vector's length does not exceed the linear maximum.
409+
* It does not increase the vector to match the maximum. Store the results in the original array.</p>
410410
* @param vector the vector to cap
411-
* @param maxLen the max length of the vector.
412411
*/
413412
public void capVelocity(double @NotNull [] vector) {
414413
double len = getVectorLength(vector);

0 commit comments

Comments
 (0)