Function rgeometry::algorithms::polygonization::new_star_polygon
source ยท pub fn new_star_polygon<T>(
vertices: Vec<Point<T>>,
point: &Point<T>,
) -> Result<Polygon<T>, Error>where
T: PolygonScalar,