Trait lyon_core::math::Vec2Length [] [src]

pub trait Vec2Length {
    fn length(self) -> f32;
    fn normalized(self) -> Self;
}

Required Methods

Implementors