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.
1 parent db2ceae commit 3b1c299Copy full SHA for 3b1c299
src/math/p5.Vector.js
@@ -3536,7 +3536,7 @@ class Vector {
3536
* @static
3537
* @param {p5.Vector} v1 first <a href="#/p5.Vector">p5.Vector</a>.
3538
* @param {p5.Vector} v2 second <a href="#/p5.Vector">p5.Vector</a>.
3539
- * @return {Number} cross product.
+ * @return {p5.Vector} cross product.
3540
*/
3541
static cross(v1, v2) {
3542
return v1.cross(v2);
0 commit comments