Type Definition bvh::Vector3[][src]

type Vector3 = Vec3;

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