[][src]Function lyon_geom::math::vector

pub fn vector<T, U>(x: T, y: T) -> Vector2D<T, U>

Shorthand for Vector::new(x, y). Convenience constructor.