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