Blender  V3.3
Classes | Functions
blender::nodes::node_geo_input_mesh_edge_angle_cc Namespace Reference

Classes

struct  EdgeMapEntry
 
class  AngleFieldInput
 
class  SignedAngleFieldInput
 

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static Array< EdgeMapEntrycreate_edge_map (const Span< MPoly > polys, const Span< MLoop > loops, const int total_edges)
 
static void node_geo_exec (GeoNodeExecParams params)
 

Function Documentation

◆ create_edge_map()

static Array<EdgeMapEntry> blender::nodes::node_geo_input_mesh_edge_angle_cc::create_edge_map ( const Span< MPoly polys,
const Span< MLoop loops,
const int  total_edges 
)
static

◆ node_declare()

static void blender::nodes::node_geo_input_mesh_edge_angle_cc::node_declare ( NodeDeclarationBuilder b)
static

◆ node_geo_exec()

static void blender::nodes::node_geo_input_mesh_edge_angle_cc::node_geo_exec ( GeoNodeExecParams  params)
static

Definition at line 185 of file node_geo_input_mesh_edge_angle.cc.

References params.

Referenced by register_node_type_geo_input_mesh_edge_angle().