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

#include <BKE_attribute_math.hh>

Public Types

using type = SimpleMixerWithAccumulationType<int2, double2, int_to_double, double_to_int>
 

Static Public Member Functions

static double2 int_to_double (const int2 &value)
 
static int2 double_to_int (const double2 &value)
 

Detailed Description

Definition at line 578 of file BKE_attribute_math.hh.

Member Typedef Documentation

◆ type

Member Function Documentation

◆ double_to_int()

static int2 blender::bke::attribute_math::DefaultMixerStruct< int2 >::double_to_int ( const double2 & value)
inlinestatic

Definition at line 583 of file BKE_attribute_math.hh.

References blender::math::round().

◆ int_to_double()

static double2 blender::bke::attribute_math::DefaultMixerStruct< int2 >::int_to_double ( const int2 & value)
inlinestatic

Definition at line 579 of file BKE_attribute_math.hh.


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