Trait lyon_core::math::Vec2SquareLength [] [src]

pub trait Vec2SquareLength {
    fn square_length(self) -> f32;
}

Required Methods

Implementors