ty-math 0.1.7

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

/// A [`TyTransform`] with `f64` components.
pub type TyTransformF64 = TyTransform<f64>;