[go: up one dir, main page]

Trait lyon::tessellation::math::Vec2Array []

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

Required Methods

Implementors