#import <Grid.h>
Inherits GridBase.

Public Member Functions | |
| (id) | - initWithSize: |
| (ccVertex3D) | - vertex: |
| (ccVertex3D) | - originalVertex: |
| (void) | - setVertex:vertex: |
Static Public Member Functions | |
| (id) | + gridWithSize: |
| + (id) gridWithSize: | (ccGridSize) | gridSize |
creates a Grid3D (non-tiled) grid with a grid size
| - (id) initWithSize: | (ccGridSize) | gridSize |
| - (ccVertex3D) originalVertex: | (ccGridSize) | pos |
returns the original (non-transformed) vertex at a given position
| - (void) setVertex: | (ccGridSize) | pos | ||
| vertex: | (ccVertex3D) | vertex | ||
sets a new vertex at a given position
| - (ccVertex3D) vertex: | (ccGridSize) | pos |
returns the vertex at a given position
1.5.8