RayF

Type Alias RayF 

Source
pub type RayF = Ray<f32>;

Aliased Type§

#[repr(C)]
pub struct RayF { pub origin: Vec2<f32>, pub direction: Vec2<f32>, }

Fields§

§origin: Vec2<f32>§direction: Vec2<f32>