Type Alias piston_window::types::Ray

source ยท
pub type Ray<T = f64> = [T; 4];
Expand description

[x, y, dir_x, dir_y]