pub fn LocationUpdate_MakePosAndOri(
    update: &mut LocationUpdate,
    pos: Vec3,
    yaw: c_float,
    pitch: c_float,
    rel: cc_bool
)
Expand description

Makes a location update containing position, yaw and pitch.