Searched refs:mat44Apply (Results 1 – 3 of 3) sorted by relevance
132 void mat44Apply(struct Vec4 *out, const struct Mat44 *A, const struct Vec4 *v);
436 void mat44Apply(struct Vec4 *out, const struct Mat44 *A, const struct Vec4 *v) { in mat44Apply() function
344 mat44Apply(&fusion->x0, &O, &q); in fusionPredict()