mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-10 16:54:23 +02:00
refactor
This commit is contained in:
@@ -13,5 +13,5 @@ function spherical_coordinate(point) =
|
||||
[
|
||||
norm(point),
|
||||
atan2(point.y, point.x),
|
||||
atan2(sqrt(point.x ^ 2 + point.y ^ 2), point.z)
|
||||
atan2(norm([point.x, point.y]), point.z)
|
||||
];
|
||||
|
Reference in New Issue
Block a user