|
Blender V4.3
|
#include <BLI_math_vector.hh>
Public Types | |
| enum | { LINE_LINE_COLINEAR = -1 , LINE_LINE_NONE = 0 , LINE_LINE_EXACT = 1 , LINE_LINE_CROSS = 2 } |
Public Attributes | |
| enum blender::math::isect_result:: { ... } | kind |
| T::base_type | lambda |
Intersections.
Definition at line 709 of file BLI_math_vector.hh.
| anonymous enum |
| Enumerator | |
|---|---|
| LINE_LINE_COLINEAR | |
| LINE_LINE_NONE | |
| LINE_LINE_EXACT | |
| LINE_LINE_CROSS | |
Definition at line 710 of file BLI_math_vector.hh.
| enum { ... } blender::math::isect_result< T >::kind |
Referenced by blender::math::isect_seg_seg(), and blender::math::isect_seg_seg().
| T::base_type blender::math::isect_result< T >::lambda |
Definition at line 716 of file BLI_math_vector.hh.
Referenced by blender::math::isect_seg_seg(), and blender::math::isect_seg_seg().