Searched refs:TweenPath (Results 1 – 4 of 4) sorted by relevance
3 import aurelienribon.tweenengine.TweenPath;8 public class Linear implements TweenPath {
3 import aurelienribon.tweenengine.TweenPath;8 public class CatmullRom implements TweenPath {
9 public interface TweenPath { interface
345 private TweenPath path;715 public Tween path(TweenPath path) { in path()