Blender V4.5
node_fn_axes_to_rotation.cc File Reference
#include "BLI_math_matrix.hh"
#include "UI_interface.hh"
#include "UI_resources.hh"
#include "NOD_node_extra_info.hh"
#include "NOD_rna_define.hh"
#include "node_function_util.hh"

Go to the source code of this file.

Classes

class  blender::nodes::node_fn_axes_to_rotation_cc::AxesToRotationFunction

Namespaces

namespace  blender
namespace  blender::nodes
namespace  blender::nodes::node_fn_axes_to_rotation_cc

Functions

static void blender::nodes::node_fn_axes_to_rotation_cc::node_declare (NodeDeclarationBuilder &b)
static void blender::nodes::node_fn_axes_to_rotation_cc::node_init (bNodeTree *, bNode *node)
static void blender::nodes::node_fn_axes_to_rotation_cc::node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
static float3float3 blender::nodes::node_fn_axes_to_rotation_cc::get_orthogonal_of_non_zero_vector (const float3float3 &v)
static void blender::nodes::node_fn_axes_to_rotation_cc::node_build_multi_function (NodeMultiFunctionBuilder &builder)
static void blender::nodes::node_fn_axes_to_rotation_cc::node_extra_info (NodeExtraInfoParams &params)
static void blender::nodes::node_fn_axes_to_rotation_cc::node_rna (StructRNA *srna)
static void blender::nodes::node_fn_axes_to_rotation_cc::node_register ()