|
Blender V5.0
|
Public Attributes | |
| wl_fixed_t | value = 0 |
| wl_fixed_t | factor = 1 |
Utility struct to access rounded values from a scaled wl_fixed_t, without loosing information.
As the rounded result is rounded to a lower precision integer, the high precision value is accumulated and converted to an integer to prevent the accumulation of rounded values giving an inaccurate result.
Definition at line 872 of file GHOST_SystemWayland.cc.
| wl_fixed_t GWL_ScaledFixedT::factor = 1 |
Definition at line 874 of file GHOST_SystemWayland.cc.
Referenced by gwl_scaled_fixed_t_add_and_calc_rounded_delta().
| wl_fixed_t GWL_ScaledFixedT::value = 0 |
Definition at line 873 of file GHOST_SystemWayland.cc.
Referenced by gwl_scaled_fixed_t_add_and_calc_rounded_delta().