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

Public Member Functions

 FanSegment (const MeshData &mesh_data, const int primitive_index, const int3 tri, int vertex)
 
void print_debug (const MeshData &mesh_data) const
 

Public Attributes

int primitive_index
 
int3 tri
 
float2 uvs [3]
 
int vert_order [3]
 
struct { 
 
   bool   found: 1 
 
flags 
 

Detailed Description

The inner edge of a fan.

Definition at line 506 of file pbvh_uv_islands.cc.

Constructor & Destructor Documentation

◆ FanSegment()

blender::bke::pbvh::uv_islands::FanSegment::FanSegment ( const MeshData & mesh_data,
const int primitive_index,
const int3 tri,
int vertex )
inline

Member Function Documentation

◆ print_debug()

void blender::bke::pbvh::uv_islands::FanSegment::print_debug ( const MeshData & mesh_data) const
inline

Member Data Documentation

◆ [struct]

struct { ... } blender::bke::pbvh::uv_islands::FanSegment::flags

Referenced by FanSegment(), and print_debug().

◆ found

bool blender::bke::pbvh::uv_islands::FanSegment::found

Definition at line 514 of file pbvh_uv_islands.cc.

◆ primitive_index

int blender::bke::pbvh::uv_islands::FanSegment::primitive_index

Definition at line 507 of file pbvh_uv_islands.cc.

◆ tri

int3 blender::bke::pbvh::uv_islands::FanSegment::tri

Definition at line 508 of file pbvh_uv_islands.cc.

Referenced by FanSegment(), and print_debug().

◆ uvs

float2 blender::bke::pbvh::uv_islands::FanSegment::uvs[3]

Definition at line 510 of file pbvh_uv_islands.cc.

Referenced by print_debug().

◆ vert_order

int blender::bke::pbvh::uv_islands::FanSegment::vert_order[3]

Definition at line 511 of file pbvh_uv_islands.cc.

Referenced by FanSegment(), and print_debug().


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