Trait lyon_core::math::Vec2Array [] [src]

pub trait Vec2Array<S> {
    fn array(self) -> [S; 2];
}

Required Methods

Implementors