We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9166fef + ecf8439 commit fca49c5Copy full SHA for fca49c5
1 file changed
src/math/p5.Vector.js
@@ -3592,7 +3592,7 @@ p5.Vector = class {
3592
* @static
3593
* @param {p5.Vector} v1 first <a href="#/p5.Vector">p5.Vector</a>.
3594
* @param {p5.Vector} v2 second <a href="#/p5.Vector">p5.Vector</a>.
3595
- * @return {Number} cross product.
+ * @return {p5.Vector} cross product.
3596
*/
3597
static cross(v1, v2) {
3598
return v1.cross(v2);
0 commit comments