Home
last modified time | relevance | path

Searched defs:LineDirection (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dclosest_point.inl16 tvec3<T, P> LineDirection = (b - a) / LineLength; local
36 tvec2<T, P> LineDirection = (b - a) / LineLength; local
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dclosest_point.inl16 tvec3<T, P> LineDirection = (b - a) / LineLength; local
36 tvec2<T, P> LineDirection = (b - a) / LineLength; local
/aosp_15_r20/external/rust/android-crates-io/crates/gpio-cdev/src/
Dlib.rs393 pub enum LineDirection { enum
603 pub fn direction(&self) -> LineDirection { in direction()