cocos2d-x  3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ccBezierConfig Struct Reference

Bezier configuration structure. More...

#include <CCActionInterval.h>

Public Attributes

Vec2 endPosition
 end position of the bezier More...
 
Vec2 controlPoint_1
 Bezier control point 1. More...
 
Vec2 controlPoint_2
 Bezier control point 2. More...
 

Detailed Description

Bezier configuration structure.

Member Data Documentation

Vec2 controlPoint_1

Bezier control point 1.

Vec2 controlPoint_2

Bezier control point 2.

Vec2 endPosition

end position of the bezier


The documentation for this struct was generated from the following file: