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

#include <BKE_attribute_math.hh>

Public Types

using type = SimpleMixerWithAccumulationType<int8_t, float, int8_t_to_float, float_to_int8_t>
 

Static Public Member Functions

static float int8_t_to_float (const int8_t &value)
 
static int8_t float_to_int8_t (const float &value)
 

Detailed Description

Definition at line 605 of file BKE_attribute_math.hh.

Member Typedef Documentation

◆ type

Member Function Documentation

◆ float_to_int8_t()

static int8_t blender::bke::attribute_math::DefaultMixerStruct< int8_t >::float_to_int8_t ( const float & value)
inlinestatic

Definition at line 610 of file BKE_attribute_math.hh.

◆ int8_t_to_float()

static float blender::bke::attribute_math::DefaultMixerStruct< int8_t >::int8_t_to_float ( const int8_t & value)
inlinestatic

Definition at line 606 of file BKE_attribute_math.hh.

References float.


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