Function vecmath::mat2x3_det [] [src]

pub fn mat2x3_det<T>(mat: Matrix2x3<T>) -> T where T: Copy + Mul<T, Output=T> + Sub<T, Output=T>

Computes the determinant of a matrix.