Blender  V2.93
Public Attributes | List of all members
PolyKey Struct Reference

Public Attributes

int poly_index
 
int totloops
 
unsigned int hash_sum
 
unsigned int hash_xor
 

Detailed Description

Definition at line 181 of file mesh_merge.c.

Member Data Documentation

◆ hash_sum

unsigned int PolyKey::hash_sum

Definition at line 184 of file mesh_merge.c.

Referenced by BKE_mesh_merge_verts(), poly_gset_compare_fn(), and poly_gset_hash_fn().

◆ hash_xor

unsigned int PolyKey::hash_xor

Definition at line 185 of file mesh_merge.c.

Referenced by BKE_mesh_merge_verts(), and poly_gset_compare_fn().

◆ poly_index

int PolyKey::poly_index

Definition at line 182 of file mesh_merge.c.

Referenced by BKE_mesh_merge_verts().

◆ totloops

int PolyKey::totloops

Definition at line 183 of file mesh_merge.c.

Referenced by BKE_mesh_merge_verts(), and poly_gset_compare_fn().


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