Clarified reference for PVector.lerp()

This commit is contained in:
alignedleft
2012-12-12 21:43:45 +00:00
parent fff68b7390
commit ecafcab8a2

View File

@@ -935,7 +935,7 @@ public class PVector implements Serializable {
/**
* Linear interpolate between two vectors (returns a new PVector object)
* @param v1 the vector
* @param v1 the vector to start from
* @param v2 the vector to lerp to
*/
public static PVector lerp(PVector v1, PVector v2, float amt) {