ty-math 0.1.7

Math types and utilities shared across all tyt crates.
Documentation
1
2
3
4
use crate::TyVector3;

/// A [`TyVector3`] with `f64` components.
pub type TyVector3F64 = TyVector3<f64>;