Blender V4.3
blender::ed::sculpt_paint::AreaNormalCenterData Struct Reference

Public Attributes

std::array< float3, 2 > area_cos
 
std::array< int, 2 > count_co
 
std::array< float3, 2 > area_nos
 
std::array< int, 2 > count_no
 

Detailed Description

Definition at line 1303 of file sculpt.cc.

Member Data Documentation

◆ area_cos

std::array<float3, 2> blender::ed::sculpt_paint::AreaNormalCenterData::area_cos

◆ area_nos

std::array<float3, 2> blender::ed::sculpt_paint::AreaNormalCenterData::area_nos

Definition at line 1308 of file sculpt.cc.

Referenced by blender::ed::sculpt_paint::accumulate_area_normal().

◆ count_co

std::array<int, 2> blender::ed::sculpt_paint::AreaNormalCenterData::count_co

Definition at line 1306 of file sculpt.cc.

Referenced by blender::ed::sculpt_paint::accumulate_area_center().

◆ count_no

std::array<int, 2> blender::ed::sculpt_paint::AreaNormalCenterData::count_no

Definition at line 1309 of file sculpt.cc.

Referenced by blender::ed::sculpt_paint::accumulate_area_normal().


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