Trait libreda_pnr::place::placement_problem_overlay::db::ToPolygon
source · [−]pub trait ToPolygon<T> {
fn to_polygon(&self) -> Polygon<T>;
}
Expand description
Trait for the conversion of a geometric shape to a polygon.
Required methods
fn to_polygon(&self) -> Polygon<T>
fn to_polygon(&self) -> Polygon<T>
Convert the geometric object into a polygon.