Function apriltag_sys::matd_vec_dist

source ·
pub unsafe extern "C" fn matd_vec_dist(
    a: *const matd_t,
    b: *const matd_t
) -> f64
Expand description

Calculates the magnitude of the distance between the points represented by matrices ‘a’ and ‘b’. Both ‘a’ and ‘b’ must be vectors and have the same dimension (although one may be a row vector and one may be a column vector).