Searched refs:mat33Invert (Results 1 – 3 of 3) sorted by relevance
105 void mat33Invert(struct Mat33 *out, const struct Mat33 *A);
221 void mat33Invert(struct Mat33 *out, const struct Mat33 *A) { in mat33Invert() function
450 mat33Invert(&Si, &S); in fusionUpdate()