utils.create_xyz.create_circle
- utils.create_xyz.create_circle(radius: float, center_x: float, center_y: float, points_number: int = 100)
Create a circle with the given radius and center :param radius: Radius of the circle :param center_x: X coordinate of the center :param center_y: Y coordinate of the center :param points_number: Number of points to create the circle :return: list of points