Trait lyon::tessellation::math::Vec2Array
[−]
[src]
pub trait Vec2Array<S> { fn array(self) -> [S; 2]; }
Required Methods
Implementors
impl<S> Vec2Array<S> for TypedPoint2D<S, UnknownUnit>