diff --git a/src/math/p5.Vector.js b/src/math/p5.Vector.js index e7a90d4218..13b45a2e97 100644 --- a/src/math/p5.Vector.js +++ b/src/math/p5.Vector.js @@ -3684,6 +3684,14 @@ function vector(p5, fn) { * @name z */ + /** + * The w component of the vector + * @type {Number} + * @for p5.Vector + * @property w + * @name w + */ + /** * The dimensions of the vector * @type {Number}