Blender V4.3
blender::ed::sculpt_paint::surface_smooth_cc::LocalData Struct Reference

Public Attributes

Vector< float3positions
 
Vector< floatfactors
 
Vector< floatdistances
 
Vector< Vector< int > > vert_neighbors
 
Vector< float3laplacian_disp
 
Vector< float3average_positions
 
Vector< float3translations
 

Detailed Description

Definition at line 32 of file surface_smooth.cc.

Member Data Documentation

◆ average_positions

Vector<float3> blender::ed::sculpt_paint::surface_smooth_cc::LocalData::average_positions

Definition at line 38 of file surface_smooth.cc.

◆ distances

Vector<float> blender::ed::sculpt_paint::surface_smooth_cc::LocalData::distances

Definition at line 35 of file surface_smooth.cc.

◆ factors

Vector<float> blender::ed::sculpt_paint::surface_smooth_cc::LocalData::factors

Definition at line 34 of file surface_smooth.cc.

◆ laplacian_disp

Vector<float3> blender::ed::sculpt_paint::surface_smooth_cc::LocalData::laplacian_disp

Definition at line 37 of file surface_smooth.cc.

◆ positions

Vector<float3> blender::ed::sculpt_paint::surface_smooth_cc::LocalData::positions

Definition at line 33 of file surface_smooth.cc.

◆ translations

Vector<float3> blender::ed::sculpt_paint::surface_smooth_cc::LocalData::translations

Definition at line 39 of file surface_smooth.cc.

◆ vert_neighbors

Vector<Vector<int> > blender::ed::sculpt_paint::surface_smooth_cc::LocalData::vert_neighbors

Definition at line 36 of file surface_smooth.cc.


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