Пример #1
0
 /** creates an action with a Cardinal Spline array of points and tension
  */
 public static CCCatmullRomBy actionWithDuration(float dt, CCPointArray points)
 {
     return(CCCatmullRomBy.create(dt, points));
 }