[][src]Function gvr_sys::gvr_controller_state_get_position

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

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).