Blender V4.3
blender::bke::attribute_math::DefaultMixerStruct< math::Quaternion > Struct Reference

#include <BKE_attribute_math.hh>

Public Types

using type
 

Static Public Member Functions

static float3 quat_to_expmap (const math::Quaternion &value)
 
static math::Quaternion expmap_to_quat (const float3 &value)
 

Detailed Description

Definition at line 617 of file BKE_attribute_math.hh.

Member Typedef Documentation

◆ type

Initial value:
SimpleMixerWithAccumulationType<math::Quaternion, float3, quat_to_expmap, expmap_to_quat>

Definition at line 626 of file BKE_attribute_math.hh.

Member Function Documentation

◆ expmap_to_quat()

static math::Quaternion blender::bke::attribute_math::DefaultMixerStruct< math::Quaternion >::expmap_to_quat ( const float3 & value)
inlinestatic

◆ quat_to_expmap()

static float3 blender::bke::attribute_math::DefaultMixerStruct< math::Quaternion >::quat_to_expmap ( const math::Quaternion & value)
inlinestatic

Definition at line 618 of file BKE_attribute_math.hh.


The documentation for this struct was generated from the following file: