Blender V4.3
blender::nodes::node_geo_transform_geometry_cc Namespace Reference

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static bool use_translate (const math::Quaternion &rotation, const float3 scale)
 
static void report_errors (GeoNodeExecParams &params, const geometry::TransformGeometryErrors &errors)
 
static void node_geo_exec (GeoNodeExecParams params)
 
static void node_rna (StructRNA *srna)
 
static void register_node ()
 

Function Documentation

◆ node_declare()

static void blender::nodes::node_geo_transform_geometry_cc::node_declare ( NodeDeclarationBuilder & b)
static

◆ node_geo_exec()

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

◆ node_layout()

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

◆ node_rna()

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

◆ register_node()

◆ report_errors()

static void blender::nodes::node_geo_transform_geometry_cc::report_errors ( GeoNodeExecParams & params,
const geometry::TransformGeometryErrors & errors )
static

◆ use_translate()

static bool blender::nodes::node_geo_transform_geometry_cc::use_translate ( const math::Quaternion & rotation,
const float3 scale )
static

Definition at line 54 of file node_geo_transform_geometry.cc.

References blender::math::angle_of(), and compare_ff().

Referenced by node_geo_exec().