utils.create_xyz

Functions

create_circle

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

create_cylinder

Create a cylinder with the given radius, center and height :param radius: Radius of the cylinder :param center_x: X coordinate of the center :param center_y: Y coordinate of the center :param height: Height of the cylinder :param points_number: Number of points to create the circle :return: list of points