|
Marble and Madness | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
struttura che contiene le 5 altezze(NO,NE,SO,SE) di una singola
piastrella.
le infomazioni significative per ogni piastrella sono 5 valori
che rappresentano le altezze di 5 punti
NE |
NW | |
C | ||
SE | SW |
Field Summary | |
double |
attr
informazione attrito |
double |
C
Altezza Centrale |
int |
goal
tag goal |
double |
grav
informazione gravità |
double |
NE
Altezza NordEst |
double |
NW
Altezza NordOvest |
double |
SE
Altezza SudEst |
double |
SW
Altezza SudOvest |
int |
typet
Id Texture Tile |
int |
typew
Id Texture Wall |
Field Detail |
public double attr;
public double C;
public int goal;
public double grav;
public double NE;
public double NW;
public double SE;
public double SW;
public int typet;
public int typew;
|
Marble and Madness | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |