ImDrawList__CalcCircleAutoSegmentCount function

int ImDrawList__CalcCircleAutoSegmentCount(
  1. Pointer<ImDrawList> self,
  2. double radius
)
int ImDrawList__CalcCircleAutoSegmentCount(
 ImDrawList* self ,
 float radius
);

Implementation

int ImDrawList__CalcCircleAutoSegmentCount(
        Pointer<ImDrawList> self, double radius) =>
    _ImDrawList__CalcCircleAutoSegmentCount(self, radius);