Home
last modified time | relevance | path

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

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