Function spice::c::mtxv_c

source ·
pub unsafe extern "C" fn mtxv_c(
    m1: *mut [f64; 3],
    vin: *mut f64,
    vout: *mut f64
)