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