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 `u32` components.
pub type TyVector3U32 = TyVector3<u32>;