Skip to content

Commit 62e8931

Browse files
authored
Fix parameters description for Spherical#setFromCartesianCoords (#31475)
1 parent 868515f commit 62e8931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/math/Spherical.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ class Spherical {
107107
* Sets the spherical components from the given Cartesian coordinates.
108108
*
109109
* @param {number} x - The x value.
110-
* @param {number} y - The x value.
111-
* @param {number} z - The x value.
110+
* @param {number} y - The y value.
111+
* @param {number} z - The z value.
112112
* @return {Spherical} A reference to this spherical.
113113
*/
114114
setFromCartesianCoords( x, y, z ) {

0 commit comments

Comments
 (0)