1 2 3 4
use crate::TyVector3; /// A [`TyVector3`] with `f64` components. pub type TyVector3F64 = TyVector3<f64>;