--- title: getPointOnCircle status: published category: primitives group: Function author: api date: 06/23/2023 order: 27 ---Public Function Get a point on the perimeter of a circle. ##### Parameters `cx` ```ts number ``` The center x of the circle. `cy` ```ts number ``` The center y of the circle. `r` ```ts number ``` The radius of the circle. `a` ```ts number ``` The normalized point on the circle. ##### Returns ```ts Vec2d ``` ##### References [Vec2d](/gen/primitives/Vec2d-class)