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.
Spherical#setFromCartesianCoords
1 parent 868515f commit 62e8931Copy full SHA for 62e8931
src/math/Spherical.js
@@ -107,8 +107,8 @@ class Spherical {
107
* Sets the spherical components from the given Cartesian coordinates.
108
*
109
* @param {number} x - The x value.
110
- * @param {number} y - The x value.
111
- * @param {number} z - The x value.
+ * @param {number} y - The y value.
+ * @param {number} z - The z value.
112
* @return {Spherical} A reference to this spherical.
113
*/
114
setFromCartesianCoords( x, y, z ) {
0 commit comments