//! Data types and functions related to math with focus on vectors.
pub use Bounds2;
pub use Bounds3;
pub use Hit;
pub use Mat4;
pub use Point2;
pub use Point3;
pub use Ray;
pub use ;
pub use Vec2;
pub use Vec3;
pub use Vec4;
/// X, Y, and Z directions expressed by indices.