Searched defs:LineDirection (Results 1 – 3 of 3) sorted by relevance
16 tvec3<T, P> LineDirection = (b - a) / LineLength; local36 tvec2<T, P> LineDirection = (b - a) / LineLength; local
393 pub enum LineDirection { enum603 pub fn direction(&self) -> LineDirection { in direction()