[][src]Trait duckduckgeo::BorderCollideTrait

pub trait BorderCollideTrait {
    type N: MyNum;
    fn pos_vel_mut(&mut self) -> (&mut Vec2<Self::N>, &mut Vec2<Self::N>);
}

Generic trait to collide with border

Associated Types

type N: MyNum

Loading content...

Required methods

fn pos_vel_mut(&mut self) -> (&mut Vec2<Self::N>, &mut Vec2<Self::N>)

Loading content...

Implementors

impl BorderCollideTrait for Bot[src]

type N = f32

Loading content...