Blender  V3.3
Public Attributes | List of all members
EdgeQueue Struct Reference

Public Attributes

HeapSimpleheap
 
const floatcenter
 
float center_proj [3]
 
float radius_squared
 
float limit_len_squared
 
float limit_len
 
bool(* edge_queue_tri_in_range )(const struct EdgeQueue *q, BMFace *f)
 
const floatview_normal
 
unsigned int use_view_normal: 1
 

Detailed Description

Definition at line 719 of file pbvh_bmesh.c.

Member Data Documentation

◆ center

const float* EdgeQueue::center

◆ center_proj

float EdgeQueue::center_proj[3]

◆ edge_queue_tri_in_range

bool(* EdgeQueue::edge_queue_tri_in_range) (const struct EdgeQueue *q, BMFace *f)

◆ heap

HeapSimple* EdgeQueue::heap

◆ limit_len

float EdgeQueue::limit_len

◆ limit_len_squared

float EdgeQueue::limit_len_squared

◆ radius_squared

float EdgeQueue::radius_squared

◆ use_view_normal

unsigned int EdgeQueue::use_view_normal

◆ view_normal

const float* EdgeQueue::view_normal

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