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