Spherical Coordinates in radians or degrees

Should Spherical’s arguments phi and theta be in radians or degrees?

Hi!
They are in radians.

2 Likes

Thanks a lot.

Feel free to enhance the documentation page by this useful information.

2 Likes

Thanks for the PR!

1 Like

Thanks for the amazing library! I would like to contribute more.

Also more about contributing:

For example, using default arguments syntax. Should it be contributed? Or does it break compatibility?

You mean default parameters? No, this is an ES6 feature and we don’t want to start introducing it yet.

Yes I have meant default parameters. Thanks.