pub struct Conv {
pub p: Vert,
pub q: Vert,
/* private fields */
}Expand description
convolution of edge from one polygon with vertex from other polygon
Fields§
§p: Vertstart
q: Vertend
Auto Trait Implementations§
impl Freeze for Conv
impl RefUnwindSafe for Conv
impl Send for Conv
impl Sync for Conv
impl Unpin for Conv
impl UnwindSafe for Conv
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