ty-math 0.1.7

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

/// A [`TyRgbaColor`] with `f64` components.
pub type TyRgbaColorF64 = TyRgbaColor<f64>;