#include <Grid.h>
Inheritance diagram for Teddy::Models::Grid:
Public Methods | |
Grid (const int xCount, const int zCount, const float xSize, const float zSize) | |
Protected Attributes | |
int | xCount |
int | zCount |
float | xSize |
float | zSize |
float | left |
float | right |
float | fore |
float | back |
Definition at line 39 of file Grid.h.
|
Constructor which makes xSize times xCount wide and zCount times zSize 'deep' grid on XZ-plane. Definition at line 39 of file Grid.cpp. References Teddy::Models::Model::add, back, fore, left, right, Teddy::Models::Model::setClipRadius, Teddy::Models::Model::setGeometry, xCount, xSize, zCount, and zSize. |
|
Definition at line 51 of file Grid.h. Referenced by Grid. |
|
Definition at line 50 of file Grid.h. Referenced by Grid. |
|
Definition at line 48 of file Grid.h. Referenced by Grid. |
|
Definition at line 49 of file Grid.h. Referenced by Grid. |
|
Definition at line 44 of file Grid.h. Referenced by Grid. |
|
Definition at line 46 of file Grid.h. Referenced by Grid. |
|
Definition at line 45 of file Grid.h. Referenced by Grid. |
|
Definition at line 47 of file Grid.h. Referenced by Grid. |