Blender V4.3
ScrewVertConnect Struct Reference

Public Attributes

float dist_sq
 
float co [3]
 
uint v [2]
 
blender::int2e [2]
 
char flag
 

Detailed Description

Used for gathering edge connectivity.

Definition at line 63 of file MOD_screw.cc.

Member Data Documentation

◆ co

float ScrewVertConnect::co[3]

Location relative to the transformed axis.

Definition at line 67 of file MOD_screw.cc.

Referenced by modify_mesh().

◆ dist_sq

float ScrewVertConnect::dist_sq

Distance from the center axis.

Definition at line 65 of file MOD_screw.cc.

Referenced by modify_mesh().

◆ e

blender::int2* ScrewVertConnect::e[2]

Edges on either side, a bit of a waste since each edge ref's 2 edges.

Definition at line 71 of file MOD_screw.cc.

Referenced by modify_mesh(), screwvert_iter_init(), and screwvert_iter_step().

◆ flag

char ScrewVertConnect::flag

Definition at line 72 of file MOD_screw.cc.

Referenced by modify_mesh().

◆ v

uint ScrewVertConnect::v[2]

2 verts on either side of this one.

Definition at line 69 of file MOD_screw.cc.

Referenced by modify_mesh(), screwvert_iter_init(), and screwvert_iter_step().


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