Struct polygon2::Intersection [−][src]
pub struct Intersection<T> { pub edge: usize, pub distance: T, pub point: [T; 2], pub normal: [T; 2], }
Fields
edge: usize
distance: T
point: [T; 2]
normal: [T; 2]
Implementations
Trait Implementations
impl<T: Clone> Clone for Intersection<T>
[src]
impl<T: Clone> Clone for Intersection<T>
[src]fn clone(&self) -> Intersection<T>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<T: PartialEq> PartialEq<Intersection<T>> for Intersection<T>
[src]
impl<T: PartialEq> PartialEq<Intersection<T>> for Intersection<T>
[src]fn eq(&self, other: &Intersection<T>) -> bool
[src]
fn ne(&self, other: &Intersection<T>) -> bool
[src]
impl<T> StructuralPartialEq for Intersection<T>
[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for Intersection<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for Intersection<T> where
T: Send,
T: Send,
impl<T> Sync for Intersection<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Intersection<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for Intersection<T> where
T: UnwindSafe,
T: UnwindSafe,