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

#include <BKE_attribute_math.hh>

Public Types

using type = SimpleMixerWithAccumulationType<int, double, int_to_double, double_to_int>
 

Static Public Member Functions

static double int_to_double (const int &value)
 
static int double_to_int (const double &value)
 

Detailed Description

Definition at line 565 of file BKE_attribute_math.hh.

Member Typedef Documentation

◆ type

Member Function Documentation

◆ double_to_int()

static int blender::bke::attribute_math::DefaultMixerStruct< int >::double_to_int ( const double & value)
inlinestatic

Definition at line 570 of file BKE_attribute_math.hh.

References int.

◆ int_to_double()

static double blender::bke::attribute_math::DefaultMixerStruct< int >::int_to_double ( const int & value)
inlinestatic

Definition at line 566 of file BKE_attribute_math.hh.

References double().


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