[][src]Macro gramit::vec2

macro_rules! vec2 {
    ($x:expr, $y:expr) => { ... };
}

Construct a Vec2 with the given components.

The components are consumed and can be given as any type for which Into<f32> is implemented.