Add cubic spline interpolation used for position keyframes

This commit is contained in:
johni0702
2016-03-24 15:03:19 +01:00
parent c3773bb11a
commit d97f95158c
5 changed files with 385 additions and 5 deletions

View File

@@ -60,6 +60,8 @@ dependencies {
compile 'org.aspectj:aspectjrt:1.8.2'
compile project(':jGui')
testCompile 'junit:junit:4.11'
}
jar {