Function cogl_sys::cogl_matrix_look_at[][src]

pub unsafe extern "C" fn cogl_matrix_look_at(
    matrix: *mut CoglMatrix,
    eye_position_x: c_float,
    eye_position_y: c_float,
    eye_position_z: c_float,
    object_x: c_float,
    object_y: c_float,
    object_z: c_float,
    world_up_x: c_float,
    world_up_y: c_float,
    world_up_z: c_float
)