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