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_tmath::gradient< T >
clear_lut()math::gradient< T >
generate_lut(size_t lut_size=256)math::gradient< T >
get_element(int index) -> Tmath::gradient< T >
get_interpolation_mode() const noexcept -> gradient_interpolation_mode_tmath::gradient< T >
get_points() const noexcept -> const points_t &math::gradient< T >
get_progress(int index) -> floatmath::gradient< T >
has_lut() const noexceptmath::gradient< T >inline
is_valid() const noexcept -> boolmath::gradient< T >
operator==(const gradient< T > &other) const -> boolmath::gradient< T >
point_t typedefmath::gradient< T >
points_t typedefmath::gradient< T >
remove_point(int index)math::gradient< T >
reverse()math::gradient< T >
sample(float progress) const -> Tmath::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 >