1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-18 22:58:04 +01:00
This commit is contained in:
Justin Lin 2021-02-13 10:57:58 +08:00
parent 11c216ae79
commit 29d6a27467

View File

@ -6,7 +6,7 @@ Converts from Cartesian to Polar coordinates. It returns `[radius, theta]`.
## Parameters
- `point` : The Cartesian coordinates (also called rectangular coordinates) of a point.
- `point` : The Cartesian coordinates of a point.
## Examples