rgeometry::algorithms::polygonization

Function new_star_polygon

source
pub fn new_star_polygon<T>(
    vertices: Vec<Point<T>>,
    point: &Point<T>,
) -> Result<Polygon<T>, Error>
where T: PolygonScalar,