Trait lyon_core::math::Vec2Length
[−]
[src]
pub trait Vec2Length {
fn length(self) -> f32;
}
Required Methods
Implementors
impl Vec2Length for Vec2