Blender V4.3
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 709 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 710 of file BLI_math_vector.hh.

Member Data Documentation

◆ []

◆ lambda

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

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