improved corner pin

This commit is contained in:
itsmattkc
2018-11-12 18:44:10 +11:00
parent 398e1aef43
commit 18c112d83e
9 changed files with 78 additions and 19 deletions
+4 -2
View File
@@ -83,7 +83,8 @@ SOURCES += \
effects/internal/shakeeffect.cpp \
effects/internal/exponentialfadetransition.cpp \
effects/internal/logarithmicfadetransition.cpp \
effects/internal/cornerpineffect.cpp
effects/internal/cornerpineffect.cpp \
io/math.cpp
HEADERS += \
mainwindow.h \
@@ -147,7 +148,8 @@ HEADERS += \
effects/internal/crossdissolvetransition.h \
effects/internal/exponentialfadetransition.h \
effects/internal/logarithmicfadetransition.h \
effects/internal/cornerpineffect.h
effects/internal/cornerpineffect.h \
io/math.h
FORMS += \
mainwindow.ui \