#import <CCGridAction.h>
Inherits CCGridAction.
Inherited by CCFlipX3D, CCLens3D, CCLiquid, CCPageTurn3D, CCRipple3D, CCShaky3D, CCTwirl, CCWaves, and CCWaves3D.

Public Member Functions | |
| (ccVertex3F) | - vertex: |
| (ccVertex3F) | - originalVertex: |
| (void) | - setVertex:vertex: |
Base class for CCGrid3D actions. Grid3D actions can modify a non-tiled grid.
Definition at line 58 of file CCGridAction.h.
| - (ccVertex3F) originalVertex: | (ccGridSize) | pos |
returns the non-transformed vertex than belongs to certain position in the grid
| - (void) setVertex: | (ccGridSize) | pos | ||
| vertex: | (ccVertex3F) | vertex | ||
sets a new vertex to a certain position of the grid
| - (ccVertex3F) vertex: | (ccGridSize) | pos |
returns the vertex than belongs to certain position in the grid