Function graphene_sys::graphene_matrix_init_from_2d[][src]

pub unsafe extern "C" fn graphene_matrix_init_from_2d(
    m: *mut graphene_matrix_t,
    xx: c_double,
    yx: c_double,
    xy: c_double,
    yy: c_double,
    x_0: c_double,
    y_0: c_double
) -> *mut graphene_matrix_t