mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 01:50:44 +01:00
Parameter alignment for PVector, fixes issue 935
This commit is contained in:
@@ -131,7 +131,7 @@ public class PVector implements Serializable {
|
||||
*
|
||||
* @param x the x coordinate.
|
||||
* @param y the y coordinate.
|
||||
* @param z the y coordinate.
|
||||
* @param z the z coordinate.
|
||||
*/
|
||||
public PVector(float x, float y, float z) {
|
||||
this.x = x;
|
||||
|
||||
Reference in New Issue
Block a user