Function gvr_controller_state_get_position

Source
pub unsafe extern "C" fn gvr_controller_state_get_position(
    state: *const gvr_controller_state,
) -> gvr_vec3f
Expand description

Current (latest) controller simulated position for use with an elbow model.

@param state The controller state to get the latest simulated position from. @return The current controller simulated position (intended for use with an elbow model).