Type Definition bvh::Vector3[][src]

pub type Vector3 = Vec3;
Expand description

Vector math type used by this crate. Type alias for glam::Vec3.