Type Alias Vec3
Source pub type Vec3 = Vector3<i32>;
pub struct Vec3 {
pub x: i32,
pub y: i32,
pub z: i32,
}
Converts this type into a mutable reference of the (usually inferred) input type.
Converts this type into a shared reference of the (usually inferred) input type.
Converts to this type from the input type.