Struct ncollide::narrow_phase::ContactPairs [] [src]

pub struct ContactPairs<'a, P, M, T> where
    M: 'a,
    P: 'a + Point,
    T: 'a, 
{ /* fields omitted */ }

Iterator through contact pairs.

Methods

impl<'a, P, M, T> ContactPairs<'a, P, M, T> where
    M: 'a,
    P: 'a + Point,
    T: 'a, 
[src]

Transforms contact-pairs iterator to an iterator through each individual contact.

Trait Implementations

impl<'a, P, M, T> Iterator for ContactPairs<'a, P, M, T> where
    P: Point
[src]