Unravel Engine C++ Reference
Loading...
Searching...
No Matches
math::gradient< T > Member List
This is the complete list of members for
math::gradient< T >
, including all inherited members.
add_point
(const T &element, float progress) -> size_t
math::gradient< T >
clear_lut
()
math::gradient< T >
generate_lut
(size_t lut_size=256)
math::gradient< T >
get_element
(int index) -> T
math::gradient< T >
get_interpolation_mode
() const noexcept -> gradient_interpolation_mode_t
math::gradient< T >
get_points
() const noexcept -> const points_t &
math::gradient< T >
get_progress
(int index) -> float
math::gradient< T >
has_lut
() const noexcept
math::gradient< T >
inline
is_valid
() const noexcept -> bool
math::gradient< T >
operator==
(const gradient< T > &other) const -> bool
math::gradient< T >
point_t
typedef
math::gradient< T >
points_t
typedef
math::gradient< T >
remove_point
(int index)
math::gradient< T >
reverse
()
math::gradient< T >
sample
(float progress) const -> T
math::gradient< T >
set_element
(int index, const T &element)
math::gradient< T >
set_interpolation_mode
(gradient_interpolation_mode_t mode)
math::gradient< T >
set_points
(const points_t &points)
math::gradient< T >
set_progress
(int index, float progress)
math::gradient< T >
Generated by
1.12.0