Function exact_equals

Source
pub fn exact_equals(a: &Mat3, b: &Mat3) -> bool
Expand description

Returns whether or not the matrices have exactly the same elements in the same position (when compared with ==).

glMatrix Documentation