Files
Schnappix/node_modules/react-native-reanimated/Common/cpp/reanimated/CSS/easing/steps.h
T

15 lines
290 B
C++

#pragma once
#include <reanimated/CSS/common/definitions.h>
#include <reanimated/CSS/utils/algorithms.h>
#include <vector>
namespace reanimated::css {
EasingFunction steps(
const std::vector<double> &pointsX,
const std::vector<double> &pointsY);
} // namespace reanimated::css