tobetchi

Results 4 issues of tobetchi

Regenerate example-svm Xcode project with oF 0.10.1. Fix deplicated functions.

``` // example code #include "ofxEasing.h" enum EasingExtra { BackIn_s, BackOut_s, BackInOut_s, ElasticInPow, ElasticOutPow, ElasticInOutPow, }; float easing(float v, float minIn, float maxIn, float minOut, float maxOut, EasingExtra ease, float...