Blender V5.0
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 629 of file BKE_attribute_math.hh.

Member Typedef Documentation

◆ type

Member Function Documentation

◆ bool_to_float()

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

Definition at line 630 of file BKE_attribute_math.hh.

◆ float_to_bool()

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

Definition at line 634 of file BKE_attribute_math.hh.


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