Blender  V2.93
Public Types | Public Attributes | List of all members
blender::float2::isect_result Struct Reference

#include <BLI_float2.hh>

Public Types

enum  { LINE_LINE_COLINEAR = -1 , LINE_LINE_NONE = 0 , LINE_LINE_EXACT = 1 , LINE_LINE_CROSS = 2 }
 

Public Attributes

enum blender::float2::isect_result:: { ... }  kind
 
float lambda
 
float mu
 

Detailed Description

Definition at line 166 of file BLI_float2.hh.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
LINE_LINE_COLINEAR 
LINE_LINE_NONE 
LINE_LINE_EXACT 
LINE_LINE_CROSS 

Definition at line 167 of file BLI_float2.hh.

Member Data Documentation

◆ 

enum { ... } blender::float2::isect_result::kind

◆ lambda

float blender::float2::isect_result::lambda

Definition at line 173 of file BLI_float2.hh.

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

◆ mu

float blender::float2::isect_result::mu

Definition at line 174 of file BLI_float2.hh.

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


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