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 e7b70b2 commit 3f21892Copy full SHA for 3f21892
core/src/processing/core/PVector.java
@@ -935,7 +935,7 @@ public void lerp(PVector v, float amt) {
935
936
/**
937
* Linear interpolate between two vectors (returns a new PVector object)
938
- * @param v1 the vector
+ * @param v1 the vector to start from
939
* @param v2 the vector to lerp to
940
*/
941
public static PVector lerp(PVector v1, PVector v2, float amt) {
0 commit comments