pub struct Vert {
pub z: Point,
/* private fields */
}Expand description
sum of one vertex from each polygon
Fields§
§z: Pointcoordinates
Auto Trait Implementations§
impl Freeze for Vert
impl RefUnwindSafe for Vert
impl Send for Vert
impl Sync for Vert
impl Unpin for Vert
impl UnwindSafe for Vert
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