Type Alias IVec3
Source pub type IVec3 = IVec3_;
#[repr(C)]
pub struct IVec3 {
pub x: i32,
pub y: i32,
pub z: i32,
}
The resulting type after applying the + operator.
The resulting type after applying the + operator.
The resulting type after applying the / operator.
The resulting type after applying the / operator.
The resulting type after applying the * operator.
The resulting type after applying the * operator.
The resulting type after applying the - operator.
The resulting type after applying the - operator.
The resulting type after applying the - operator.