Function apriltag_sys::matd_copy
source · pub unsafe extern "C" fn matd_copy(m: *const matd_t) -> *mut matd_tExpand description
Creates an exact copy of the supplied matrix ‘m’. It is the caller’s responsibility to call matd_destroy() on the returned matrix.