OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mat33Apply
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/inc/algos/
mat.h
55
void
mat33Apply
(struct Vec3 *out, const struct Mat33 *A, const struct Vec3 *v);
/device/google/contexthub/firmware/src/algos/
fusion.c
437
mat33Apply
(&Bb, &A, Bi);
482
mat33Apply
(&dq, &K[0], &e);
503
mat33Apply
(&db, &K[1], &e);
549
mat33Apply
(&m, &R, &fusion->Bm);
566
mat33Apply
(&aa, &R, &fusion->Ba);
609
mat33Apply
(&up, &R, &fusion->Ba);
635
mat33Apply
(&mm, &R, &fusion->Bm);
mat.c
59
void
mat33Apply
(struct Vec3 *out, const struct Mat33 *A, const struct Vec3 *v)
Completed in 32 milliseconds