Blender V5.0
blender::nodes::node_geo_curve_primitive_line_cc Namespace Reference

Functions

static void node_declare (NodeDeclarationBuilder &b)
static void node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
static void node_init (bNodeTree *, bNode *node)
static Curvescreate_point_line_curve (const float3 start, const float3 end)
static Curvescreate_direction_line_curve (const float3 start, const float3 direction, const float length)
static void node_geo_exec (GeoNodeExecParams params)
static void node_rna (StructRNA *srna)
static void node_register ()

Function Documentation

◆ create_direction_line_curve()

Curves * blender::nodes::node_geo_curve_primitive_line_cc::create_direction_line_curve ( const float3 start,
const float3 direction,
const float length )
static

◆ create_point_line_curve()

Curves * blender::nodes::node_geo_curve_primitive_line_cc::create_point_line_curve ( const float3 start,
const float3 end )
static

◆ node_declare()

◆ node_geo_exec()

◆ node_init()

void blender::nodes::node_geo_curve_primitive_line_cc::node_init ( bNodeTree * ,
bNode * node )
static

◆ node_layout()

void blender::nodes::node_geo_curve_primitive_line_cc::node_layout ( uiLayout * layout,
bContext * ,
PointerRNA * ptr )
static

Definition at line 58 of file node_geo_curve_primitive_line.cc.

References uiLayout::prop(), ptr, and UI_ITEM_R_EXPAND.

Referenced by node_register().

◆ node_register()

◆ node_rna()

void blender::nodes::node_geo_curve_primitive_line_cc::node_rna ( StructRNA * srna)
static