pub type IVec3 = IVec3_;
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.