pub type RegularPolygon = RegularPolygon<f32>;Expand description
A path defined by a sequence of points.
Aliased Type§
pub struct RegularPolygon {
pub sides: usize,
pub center: Point<f32>,
pub radius: f32,
pub rotate: f32,
}Fields§
§sides: usize§center: Point<f32>§radius: f32§rotate: f32