---@meta ---@class cc.CatmullRomTo :cc.CardinalSplineTo local CatmullRomTo={ } cc.CatmullRomTo=CatmullRomTo ---* Initializes the action with a duration and an array of points.
---* param dt In seconds.
---* param points An PointArray. ---@param dt float ---@param points point_table ---@return boolean function CatmullRomTo:initWithDuration (dt,points) end ---* ---@return self function CatmullRomTo:clone () end ---* ---@return self function CatmullRomTo:reverse () end