Blender  V3.3
Public Types | Public Attributes | List of all members
blender::math::isect_result< T > Struct Template Reference

#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
 

Detailed Description

template<typename T>
struct blender::math::isect_result< T >

Intersections.

Definition at line 419 of file BLI_math_vector.hh.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
LINE_LINE_COLINEAR 
LINE_LINE_NONE 
LINE_LINE_EXACT 
LINE_LINE_CROSS 

Definition at line 420 of file BLI_math_vector.hh.

Member Data Documentation

◆ 

enum { ... } blender::math::isect_result< T >::kind

◆ lambda

template<typename T >
T::base_type blender::math::isect_result< T >::lambda

Definition at line 426 of file BLI_math_vector.hh.

Referenced by blender::math::isect_seg_seg().


The documentation for this struct was generated from the following file: