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

Member Typedef Documentation

◆ type

Member Function Documentation

◆ float_to_int8_t()

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

Definition at line 648 of file BKE_attribute_math.hh.

◆ int8_t_to_float()

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

Definition at line 644 of file BKE_attribute_math.hh.

References float.


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