ray

Macro ray 

Source
macro_rules! ray {
    ($ox: expr, $oy: expr, $vx: expr, $vy: expr) => { ... };
}
Expand description

math::raycast::Ray constructor that works on any type of number