pub struct NormalPolygon { /* private fields */ }Implementations§
Trait Implementations§
Source§impl CenterPoint for NormalPolygon
impl CenterPoint for NormalPolygon
fn center_point(&self) -> Point
Source§impl CenterPointHelper for NormalPolygon
impl CenterPointHelper for NormalPolygon
fn center_point_mut(&mut self) -> &mut Point
fn center_point(&self) -> Point
Source§impl Clone for NormalPolygon
impl Clone for NormalPolygon
Source§fn clone(&self) -> NormalPolygon
fn clone(&self) -> NormalPolygon
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl EdgeIterable for NormalPolygon
impl EdgeIterable for NormalPolygon
Source§impl GeometryTransformer for NormalPolygon
impl GeometryTransformer for NormalPolygon
fn sync_transform(&mut self, transform: &Transform)
Source§impl VerticesIter for NormalPolygon
impl VerticesIter for NormalPolygon
fn vertices_iter(&self) -> impl Iterator<Item = &Point>
fn vertices_iter_mut(&mut self) -> impl Iterator<Item = &mut Point>
Auto Trait Implementations§
impl Freeze for NormalPolygon
impl RefUnwindSafe for NormalPolygon
impl Send for NormalPolygon
impl Sync for NormalPolygon
impl Unpin for NormalPolygon
impl UnwindSafe for NormalPolygon
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more