Blender  V2.93
Public Attributes | List of all members
LineartVertIntersection Struct Reference

#include <MOD_lineart.h>

Public Attributes

struct LineartVert base
 
int isec1
 
int isec2
 
struct LineartTriangleintersecting_with
 

Detailed Description

Definition at line 128 of file MOD_lineart.h.

Member Data Documentation

◆ base

struct LineartVert LineartVertIntersection::base

Definition at line 124 of file MOD_lineart.h.

◆ intersecting_with

struct LineartTriangle* LineartVertIntersection::intersecting_with

Definition at line 132 of file MOD_lineart.h.

Referenced by lineart_triangle_2v_intersection_test().

◆ isec1

int LineartVertIntersection::isec1

Use vert index because we only use this to check vertex equal. This way we save 8 Bytes.

Definition at line 131 of file MOD_lineart.h.

Referenced by lineart_vert_already_intersected_2v(), and lineart_vert_set_intersection_2v().

◆ isec2

int LineartVertIntersection::isec2

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