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

#include <BKE_attribute_math.hh>

Public Types

using type = SimpleMixerWithAccumulationType<bool, float, bool_to_float, float_to_bool>
 

Static Public Member Functions

static float bool_to_float (const bool &value)
 
static bool float_to_bool (const float &value)
 

Detailed Description

Definition at line 591 of file BKE_attribute_math.hh.

Member Typedef Documentation

◆ type

Member Function Documentation

◆ bool_to_float()

static float blender::bke::attribute_math::DefaultMixerStruct< bool >::bool_to_float ( const bool & value)
inlinestatic

Definition at line 592 of file BKE_attribute_math.hh.

◆ float_to_bool()

static bool blender::bke::attribute_math::DefaultMixerStruct< bool >::float_to_bool ( const float & value)
inlinestatic

Definition at line 596 of file BKE_attribute_math.hh.


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