Skip to main content

Vector3i

Type Alias Vector3i 

Source
pub type Vector3i = Vector3<i32>;

Aliased Type§

#[repr(transparent)]
pub struct Vector3i { pub v: [i32; 3], }

Fields§

§v: [i32; 3]