Type Alias piston_window::types::Vec2d

source ยท
pub type Vec2d<T = f64> = [T; 2];
Expand description

The type used for 2D vectors.