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 `f32` components.
pub type TyRgbaColorF32 = TyRgbaColor<f32>;