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

Public Attributes

float mval_fl [2]
 
bool use_select_bias
 
bool use_cycle
 
int cycle_index_prev
 
struct NearestVertUserData_Hit hit
 
struct NearestVertUserData_Hit hit_cycle
 

Detailed Description

Definition at line 215 of file editmesh_select.c.

Member Data Documentation

◆ cycle_index_prev

int NearestVertUserData::cycle_index_prev

Definition at line 219 of file editmesh_select.c.

◆ hit

struct NearestVertUserData_Hit NearestVertUserData::hit

Definition at line 219 of file editmesh_select.c.

Referenced by findnearestvert__doClosest().

◆ hit_cycle

struct NearestVertUserData_Hit NearestVertUserData::hit_cycle

Definition at line 219 of file editmesh_select.c.

◆ mval_fl

float NearestVertUserData::mval_fl[2]

Definition at line 216 of file editmesh_select.c.

◆ use_cycle

bool NearestVertUserData::use_cycle

Definition at line 218 of file editmesh_select.c.

◆ use_select_bias

bool NearestVertUserData::use_select_bias

Definition at line 217 of file editmesh_select.c.


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