Blender V4.3
blender::bke::pbvh::uv_islands::UVVertex Struct Reference

#include <pbvh_uv_islands.hh>

Public Member Functions

UVVertex
 UVVertex ()
 
 UVVertex (const MeshData &mesh_data, const int loop)
 

Public Attributes

int vertex
 
float2 uv
 
Vector< UVEdge * > uv_edges
 
struct { 
 
   bool   is_border: 1 
 
   bool   is_extended: 1 
 
flags 
 

Detailed Description

Definition at line 143 of file pbvh_uv_islands.hh.

Constructor & Destructor Documentation

◆ UVVertex() [1/2]

blender::bke::pbvh::uv_islands::UVVertex::UVVertex ( )
explicit

◆ UVVertex() [2/2]

blender::bke::pbvh::uv_islands::UVVertex::UVVertex ( const MeshData & mesh_data,
const int loop )
explicit

Member Data Documentation

◆ [struct]

◆ is_border

bool blender::bke::pbvh::uv_islands::UVVertex::is_border

◆ is_extended

◆ uv

◆ uv_edges

◆ vertex


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