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

Public Attributes

int poly_index
 
int totloops
 
uint hash_sum
 
uint hash_xor
 

Detailed Description

Definition at line 166 of file mesh_merge.c.

Member Data Documentation

◆ hash_sum

uint PolyKey::hash_sum

Definition at line 169 of file mesh_merge.c.

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

◆ hash_xor

uint PolyKey::hash_xor

Definition at line 170 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 167 of file mesh_merge.c.

Referenced by BKE_mesh_merge_verts().

◆ totloops

int PolyKey::totloops

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