From eeb1918fb749ebb5e1d5353f447efff252385485 Mon Sep 17 00:00:00 2001 From: Corey Ashford Date: Tue, 12 May 2026 14:42:04 -0700 Subject: [PATCH] Update std-math-polar.md: fix wording to match actual function capabilities The description of the function described a conversion from 3D spherical coordinates to cartesian X/Y/Z, but the actual library function only does a 2D conversion. --- content/pages/docs/kcl-std/functions/std-math-polar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pages/docs/kcl-std/functions/std-math-polar.md b/content/pages/docs/kcl-std/functions/std-math-polar.md index d41b5a62..061fff52 100644 --- a/content/pages/docs/kcl-std/functions/std-math-polar.md +++ b/content/pages/docs/kcl-std/functions/std-math-polar.md @@ -5,7 +5,7 @@ excerpt: "Convert polar/sphere (azimuth, elevation, distance) coordinates to car layout: manual --- -Convert polar/sphere (azimuth, elevation, distance) coordinates to cartesian (x/y/z grid) coordinates. +Convert polar (angle, distance) coordinates to cartesian (x/y grid) coordinates. ```kcl polar(