Function rotvec_c

Source
pub unsafe extern "C" fn rotvec_c(
    v1: *const c_double,
    angle: c_double,
    iaxis: c_int,
    vout: *mut c_double,
)
Expand description

transform a 3D vector to a new coordinate system rotated by an angle about X, Y, or Z.