diff --git a/src/math/p5.Vector.js b/src/math/p5.Vector.js index 0360ec4b49..e7a90d4218 100644 --- a/src/math/p5.Vector.js +++ b/src/math/p5.Vector.js @@ -3683,6 +3683,14 @@ function vector(p5, fn) { * @property z * @name z */ + + /** + * The dimensions of the vector + * @type {Number} + * @for p5.Vector + * @property dimensions + * @name dimensions + */ } export default vector;