Orientation

Type Alias Orientation 

Source
pub type Orientation = Vec3;
Expand description

The orientation type.

Aliased Type§

#[repr(C)]
pub struct Orientation { pub x: f32, pub y: f32, pub z: f32, }

Fields§

§x: f32§y: f32§z: f32