cocos2d-x  3.1rc0
 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...
 
local endPosition
 end position of the bezier More...
 
Vec2 controlPoint_1
 Bezier control point 1. More...
 
Vec2 controlPoint_2
 Bezier control point 2. More...
 
var controlPoint_2
 Bezier control point 2. More...
 
local controlPoint_2
 Bezier control point 2. More...
 

Detailed Description

Bezier configuration structure.

Member Data Documentation

Vec2 controlPoint_1

Bezier control point 1.

var controlPoint_1

Bezier control point 1.

local controlPoint_1

Bezier control point 1.

Vec2 controlPoint_2

Bezier control point 2.

var controlPoint_2

Bezier control point 2.

local controlPoint_2

Bezier control point 2.

Vec2 endPosition

end position of the bezier

var endPosition

end position of the bezier

local endPosition

end position of the bezier


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