cocos2d-x  3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
TransformHelp Class Reference

#include <CCTransformHelp.h>

Public Member Functions

 TransformHelp ()

Static Public Member Functions

static void transformFromParent (BaseData &node, const BaseData &parentNode)
local transformFromParent ( local node, local parentNode)
static void transformToParent (BaseData &node, const BaseData &parentNode)
local transformToParent ( local node, local parentNode)
static void transformFromParentWithoutScale (BaseData &node, const BaseData &parentNode)
local transformFromParentWithoutScale ( local node, local parentNode)
static void transformToParentWithoutScale (BaseData &node, const BaseData &parentNode)
var transformToParentWithoutScale ( var node, var parentNode)
local transformToParentWithoutScale ( local node, local parentNode)
static void nodeToMatrix (const BaseData &_node, cocos2d::AffineTransform &_matrix)
var nodeToMatrix ( var _node, var _matrix)
local nodeToMatrix ( local _node, local _matrix)
static void nodeToMatrix (const BaseData &node, cocos2d::Mat4 &matrix)
var nodeToMatrix ( var node, var matrix)
local nodeToMatrix ( local node, local matrix)
static void matrixToNode (const cocos2d::AffineTransform &_matrix, BaseData &_node)
static void matrixToNode (const cocos2d::Mat4 &_matrix, BaseData &_node)
static void nodeConcat (BaseData &target, BaseData &source)
var nodeConcat ( var target, var source)
local nodeConcat ( local target, local source)
static void nodeSub (BaseData &target, BaseData &source)

Static Public Attributes

static cocos2d::AffineTransform helpMatrix1
local helpMatrix1
static cocos2d::AffineTransform helpMatrix2
static cocos2d::Vec2 helpPoint1
static cocos2d::Vec2 helpPoint2

Constructor & Destructor Documentation

var TransformHelp ( )
local TransformHelp ( )

Member Function Documentation

static void matrixToNode ( const cocos2d::AffineTransform _matrix,
BaseData _node 
)
static
var matrixToNode ( var  _matrix,
var  _node 
)
static
local matrixToNode ( local  _matrix,
local  _node 
)
static
static void matrixToNode ( const cocos2d::Mat4 &  _matrix,
BaseData _node 
)
static
var matrixToNode ( var  _matrix,
var  _node 
)
static
local matrixToNode ( local  _matrix,
local  _node 
)
static
static void nodeConcat ( BaseData target,
BaseData source 
)
static
var nodeConcat ( var  target,
var  source 
)
static
local nodeConcat ( local  target,
local  source 
)
static
static void nodeSub ( BaseData target,
BaseData source 
)
static
var nodeSub ( var  target,
var  source 
)
static
local nodeSub ( local  target,
local  source 
)
static
static void nodeToMatrix ( const BaseData _node,
cocos2d::AffineTransform _matrix 
)
static
var nodeToMatrix ( var  _node,
var  _matrix 
)
static
local nodeToMatrix ( local  _node,
local  _matrix 
)
static
static void nodeToMatrix ( const BaseData node,
cocos2d::Mat4 &  matrix 
)
static
var nodeToMatrix ( var  node,
var  matrix 
)
static
local nodeToMatrix ( local  node,
local  matrix 
)
static
static void transformFromParent ( BaseData node,
const BaseData parentNode 
)
static
var transformFromParent ( var  node,
var  parentNode 
)
static
local transformFromParent ( local  node,
local  parentNode 
)
static
static void
transformFromParentWithoutScale
( BaseData node,
const BaseData parentNode 
)
static
var transformFromParentWithoutScale ( var  node,
var  parentNode 
)
static
local
transformFromParentWithoutScale
( local  node,
local  parentNode 
)
static
static void transformToParent ( BaseData node,
const BaseData parentNode 
)
static
var transformToParent ( var  node,
var  parentNode 
)
static
local transformToParent ( local  node,
local  parentNode 
)
static
static void
transformToParentWithoutScale
( BaseData node,
const BaseData parentNode 
)
static
var transformToParentWithoutScale ( var  node,
var  parentNode 
)
static
local transformToParentWithoutScale ( local  node,
local  parentNode 
)
static

Member Data Documentation

cocos2d::AffineTransform
helpMatrix1
static
var helpMatrix1
static
local helpMatrix1
static
cocos2d::AffineTransform
helpMatrix2
static
var helpMatrix2
static
local helpMatrix2
static
cocos2d::Vec2 helpPoint1
static
var helpPoint1
static
local helpPoint1
static
cocos2d::Vec2 helpPoint2
static
var helpPoint2
static
local helpPoint2
static

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