|
cocos2d for iPhone 1.0.0
2D engine for iOS and OS X
|
#import <CCGrid.h>


Public Member Functions | |
| (ccVertex3F) | - vertex: |
| (ccVertex3F) | - originalVertex: |
| (void) | - setVertex:vertex: |
CCGrid3D is a 3D grid implementation. Each vertex has 3 dimensions: x,y,z
| - (ccVertex3F) originalVertex: | (ccGridSize) | pos |
returns the original (non-transformed) vertex at a given position
| - (void) setVertex: | (ccGridSize) | pos | |
| vertex: | (ccVertex3F) | vertex | |
sets a new vertex at a given position
| - (ccVertex3F) vertex: | (ccGridSize) | pos |
returns the vertex at a given position