Skip to content

Commit 3f21892

Browse files
committed
Clarified reference for PVector.lerp()
1 parent e7b70b2 commit 3f21892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/processing/core/PVector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ public void lerp(PVector v, float amt) {
935935

936936
/**
937937
* Linear interpolate between two vectors (returns a new PVector object)
938-
* @param v1 the vector
938+
* @param v1 the vector to start from
939939
* @param v2 the vector to lerp to
940940
*/
941941
public static PVector lerp(PVector v1, PVector v2, float amt) {

0 commit comments

Comments
 (0)