cocos2d-x 3.0
    - 首页 - 相关页面 - 模块 - 命名空间 - - 文件 -
    类 - 图1 类 - 图2)
    - 文件列表 - 文件成员

    全部)) 命名空间) 文件) 函数) 变量) 类型定义) 枚举) 枚举值) 属性) 友元) 宏定义)))

    | 命名空间 | 函数

    CCActionCatmullRom.h 文件参考

    #include

    #include "2d/CCActionInterval.h"

    #include "2d/CCNode.h"

    #include "math/CCGeometry.h"

    ##
    class PointArray
    一个包含控制坐标的数组. 更多…
    class CardinalSplineTo
    基础曲线路径. 更多…
    class CardinalSplineBy
    基础曲线路径. 更多…
    class CatmullRomTo
    这是一个按照CatmullRom曲线移动目标点的动作. 更多…
    class CatmullRomBy
    这是一个按照笛卡尔曲线移动目标点的动作. 更多…
    ## 命名空间
    cocos2d
    Add deprecated global functions and variables here.
    ## 函数
    CC_DLL Vec2 ccCardinalSplineAt (Vec2 &p0, Vec2 &p1, Vec2 &p2, Vec2 &p3, float tension, float t)
    给定控制点,张力,时间,返回Cardinal Spline 坐标。 更多…