[][src]Function flann_sys::flann_set_distance_type

pub unsafe extern "C" fn flann_set_distance_type(
    distance_type: flann_distance_t,
    order: c_int
)

Sets the distance type to use throughout FLANN. If distance type specified is MINKOWSKI, the second argument specifies which order the minkowski distance should have.