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

Public Attributes

std::array< float3, 2 > area_cos
 
std::array< float3, 2 > area_nos
 
std::array< int, 2 > area_count
 

Detailed Description

Definition at line 39 of file multiplane_scrape.cc.

Member Data Documentation

◆ area_cos

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

Definition at line 40 of file multiplane_scrape.cc.

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

◆ area_count

std::array<int, 2> blender::ed::sculpt_paint::ScrapeSampleData::area_count

Definition at line 42 of file multiplane_scrape.cc.

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

◆ area_nos

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

Definition at line 41 of file multiplane_scrape.cc.

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


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