Skip to main content

ty_math/
ty_vector3_f64.rs

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