Skip to main content

TyVector3U32

Type Alias TyVector3U32 

Source
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: u32

The x component.

§y: u32

The y component.

§z: u32

The z component.