tobetchi
Results
4
issues of
tobetchi
for oF v0.9.8
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...