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

Public Attributes

enum PHandleState state
 
MemArenaarena
 
MemArenapolyfill_arena
 
Heappolyfill_heap
 
PChartconstruction_chart
 
PHashhash_verts
 
PHashhash_edges
 
PHashhash_faces
 
PChart ** charts
 
int ncharts
 
float aspx
 
float aspy
 
RNGrng
 
float blend
 
char do_aspect
 

Detailed Description

Definition at line 202 of file uvedit_parametrizer.c.

Member Data Documentation

◆ arena

MemArena* PHandle::arena

◆ aspx

float PHandle::aspx

◆ aspy

float PHandle::aspy

◆ blend

float PHandle::blend

Definition at line 219 of file uvedit_parametrizer.c.

Referenced by param_flush(), param_stretch_begin(), and param_stretch_blend().

◆ charts

PChart** PHandle::charts

◆ construction_chart

PChart* PHandle::construction_chart

◆ do_aspect

char PHandle::do_aspect

Definition at line 220 of file uvedit_parametrizer.c.

Referenced by param_aspect_ratio(), and param_construct_begin().

◆ hash_edges

PHash* PHandle::hash_edges

◆ hash_faces

PHash* PHandle::hash_faces

◆ hash_verts

PHash* PHandle::hash_verts

◆ ncharts

int PHandle::ncharts

◆ polyfill_arena

MemArena* PHandle::polyfill_arena

Definition at line 205 of file uvedit_parametrizer.c.

Referenced by p_add_ngon(), param_construct_begin(), and param_delete().

◆ polyfill_heap

Heap* PHandle::polyfill_heap

Definition at line 206 of file uvedit_parametrizer.c.

Referenced by p_add_ngon(), param_construct_begin(), and param_delete().

◆ rng

RNG* PHandle::rng

◆ state

enum PHandleState PHandle::state

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