Type Alias rs_math3d::Ray3f

source ·
pub type Ray3f = Ray<f32, Vec3f>;

Aliased Type§

struct Ray3f {
    pub start: Vector3<f32>,
    pub direction: Vector3<f32>,
    /* private fields */
}

Fields§

§start: Vector3<f32>§direction: Vector3<f32>