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 43f6305 commit bd005d8Copy full SHA for bd005d8
glmath.js
@@ -66,7 +66,7 @@ return [a[1]*b[2]-a[2]*b[1],
66
* product equals |<b>a</b>| * |<b>b</b>| * cos θ
67
* where |<b>x</b>| is the length of vector <b>x</b>.)</small>
68
* <p>A dot product of 0 indicates that the two vectors
69
- * are <i>orthogonal</i> (perpendicular) to each other.
+ * are <i>orthogonal</i> (perpendicular to each other).
70
* @param {Array<number>} a The first vector.
71
* @param {Array<number>} b The second vector.
72
* @return {number} A number representing the dot product.
0 commit comments