Blender  V3.3
Functions
blender::nodes::node_geo_curve_primitive_circle_cc Namespace Reference

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void node_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 
static void node_init (bNodeTree *UNUSED(tree), bNode *node)
 
static void node_update (bNodeTree *ntree, bNode *node)
 
static bool colinear_f3_f3_f3 (const float3 p1, const float3 p2, const float3 p3)
 
static Curvescreate_point_circle_curve (const float3 p1, const float3 p2, const float3 p3, const int resolution, float3 &r_center)
 
static Curvescreate_radius_circle_curve (const int resolution, const float radius)
 
static void node_geo_exec (GeoNodeExecParams params)
 

Function Documentation

◆ colinear_f3_f3_f3()

static bool blender::nodes::node_geo_curve_primitive_circle_cc::colinear_f3_f3_f3 ( const float3  p1,
const float3  p2,
const float3  p3 
)
static

◆ create_point_circle_curve()

static Curves* blender::nodes::node_geo_curve_primitive_circle_cc::create_point_circle_curve ( const float3  p1,
const float3  p2,
const float3  p3,
const int  resolution,
float3 r_center 
)
static

◆ create_radius_circle_curve()

static Curves* blender::nodes::node_geo_curve_primitive_circle_cc::create_radius_circle_curve ( const int  resolution,
const float  radius 
)
static

◆ node_declare()

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

◆ node_geo_exec()

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

◆ node_init()

static void blender::nodes::node_geo_curve_primitive_circle_cc::node_init ( bNodeTree UNUSEDtree,
bNode node 
)
static

◆ node_layout()

static void blender::nodes::node_geo_curve_primitive_circle_cc::node_layout ( uiLayout layout,
bContext UNUSEDC,
PointerRNA ptr 
)
static

◆ node_update()

static void blender::nodes::node_geo_curve_primitive_circle_cc::node_update ( bNodeTree ntree,
bNode node 
)
static