Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit 6962823

Browse files
authored
Create Readme.md
1 parent f92bca9 commit 6962823

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- [ArcSpline](https://github.com/androidx/constraintlayout/blob/main/desktop/interpolationEngines/src/main/kotlin/curves/ArcSpline.kt): Arc mode paths
2+
- [Cycles](https://github.com/androidx/constraintlayout/blob/main/desktop/interpolationEngines/src/main/kotlin/curves/Cycles.kt): Core to KeyCycles engine
3+
- [LinearCurve](https://github.com/androidx/constraintlayout/blob/main/desktop/interpolationEngines/src/main/kotlin/curves/LinearCurve.kt): Lineare interpolation
4+
- [MonoSpline](https://github.com/androidx/constraintlayout/blob/main/desktop/interpolationEngines/src/main/kotlin/curves/MonoSpline.kt): Motonic spline engine
5+
- [Shilick](https://github.com/androidx/constraintlayout/blob/main/desktop/interpolationEngines/src/main/kotlin/curves/Shilick.kt): Shilick easing
6+
- [Spline](https://github.com/androidx/constraintlayout/blob/main/desktop/interpolationEngines/src/main/kotlin/curves/Spline.kt): Traditional Spline curves
7+
- [StepCurve](https://github.com/androidx/constraintlayout/blob/main/desktop/interpolationEngines/src/main/kotlin/curves/StepCurve.kt): Spline based easing curves

0 commit comments

Comments
 (0)