cocos2d-x  3.0
 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)
static void transformToParent (BaseData &node, const BaseData &parentNode)
local transformToParent ( local node, local parentNode)
static void transformFromParentWithoutScale (BaseData &node, const BaseData &parentNode)
static void transformToParentWithoutScale (BaseData &node, const BaseData &parentNode)
static void nodeToMatrix (const BaseData &_node, cocos2d::AffineTransform &_matrix)
static void nodeToMatrix (const BaseData &node, kmMat4 &matrix)
static void matrixToNode (const cocos2d::AffineTransform &_matrix, BaseData &_node)
static void matrixToNode (const kmMat4 &_matrix, BaseData &_node)
local matrixToNode ( local _matrix, local _node)
static void nodeConcat (BaseData &target, BaseData &source)
static void nodeSub (BaseData &target, BaseData &source)
local nodeSub ( local target, local source)

Static Public Attributes

static cocos2d::AffineTransform helpMatrix1
static cocos2d::AffineTransform helpMatrix2
var helpMatrix2
local helpMatrix2
static cocos2d::Point helpPoint1
var helpPoint1
local helpPoint1
static cocos2d::Point helpPoint2
var helpPoint2
local 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 kmMat4 &  _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,
kmMat4 &  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::Point helpPoint1
static
var helpPoint1
static
local helpPoint1
static
cocos2d::Point helpPoint2
static
var helpPoint2
static
local helpPoint2
static

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