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

Member Typedef Documentation

◆ type

Member Function Documentation

◆ double_to_int()

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

Definition at line 621 of file BKE_attribute_math.hh.

References blender::math::round().

◆ int_to_double()

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

Definition at line 617 of file BKE_attribute_math.hh.


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