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

Member Typedef Documentation

◆ type

Member Function Documentation

◆ double_to_int()

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

Definition at line 597 of file BKE_attribute_math.hh.

◆ int_to_double()

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

Definition at line 593 of file BKE_attribute_math.hh.


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