pub type Vec2 = Vec2;
2D vector type alias.
backed by glam::Vec2, provides x, y components with SIMD support.
glam::Vec2
#[repr(C)]pub struct Vec2 { pub x: f32, pub y: f32, }
x: f32
y: f32