Blender V5.0
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 64 of file MOD_screw.cc.

Member Data Documentation

◆ co

float ScrewVertConnect::co[3]

Location relative to the transformed axis.

Definition at line 68 of file MOD_screw.cc.

Referenced by modify_mesh().

◆ dist_sq

float ScrewVertConnect::dist_sq

Distance from the center axis.

Definition at line 66 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 72 of file MOD_screw.cc.

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

◆ flag

char ScrewVertConnect::flag

Definition at line 73 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 70 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: