Skip to main content

EOS_AntiCheatCommon_Quat

Type Alias EOS_AntiCheatCommon_Quat 

Source
pub type EOS_AntiCheatCommon_Quat = _tagEOS_AntiCheatCommon_Quat;
Expand description

Quaternion using left-handed coordinate system (as in Unreal Engine)

Aliased Type§

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

Fields§

§w: f32

W component - scalar part

§x: f32

X component - forward direction

§y: f32

Y component - right direction

§z: f32

Z component - up direction