Struct beebox::RayData [] [src]

pub struct RayData { /* fields omitted */ }

Precomputed data for ray-AABB intersection calculation. The data computed depends only on the ray and can be used to intersect one ray against many different Aabbs.

Methods

impl RayData
[src]

Prepares data for intersection calculation from ray origin org and ray direction dir.