OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vec3Norm
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/algos/common/math/
vec.h
112
static inline float
vec3Norm
(const struct Vec3 *v) {
121
float norm =
vec3Norm
(v);
/device/google/contexthub/firmware/os/algos/
fusion.c
282
float norm_we =
vec3Norm
(&we);
627
float invNorm = 1.0f /
vec3Norm
(&north);
Completed in 231 milliseconds