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

Public Attributes

int totvert
 
float(* cos_cage )[3]
 
BLI_bitmapvisit_bitmap
 

Detailed Description

Definition at line 193 of file editmesh.c.

Member Data Documentation

◆ cos_cage

float(* CageUserData::cos_cage)[3]

Definition at line 195 of file editmesh.c.

Referenced by BKE_editmesh_vert_coords_alloc().

◆ totvert

int CageUserData::totvert

Definition at line 194 of file editmesh.c.

Referenced by cage_mapped_verts_callback().

◆ visit_bitmap

BLI_bitmap* CageUserData::visit_bitmap

Definition at line 196 of file editmesh.c.

Referenced by BKE_editmesh_vert_coords_alloc().


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