Function apriltag_sys::matd_put
source · pub unsafe extern "C" fn matd_put(
m: *mut matd_t,
row: c_int,
col: c_int,
value: f64
)
Expand description
Assigns the given value to the matrix cell at the given zero-based row and column index. Performs more thorough validation checking than MATD_EL().