--- title: getSweep status: published category: primitives group: Function author: api date: 06/23/2023 order: 35 ---Public Function Get the "sweep" or short distance between two points on a circle's perimeter. ##### Parameters `C` ```ts VecLike ``` The center of the circle. `A` ```ts VecLike ``` The first point. `B` ```ts VecLike ``` The second point. ##### Returns ```ts number ``` ##### References [VecLike](/gen/primitives/VecLike-type)