pub type TyVector3U32 = TyVector3<u32>;Expand description
A TyVector3 with u32 components.
Aliased Type§
pub struct TyVector3U32 {
pub x: u32,
pub y: u32,
pub z: u32,
}Fields§
§x: u32The x component.
y: u32The y component.
z: u32The z component.