|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Face
Caras poligonales que definen un objeto tridimensional.
Field Summary | |
int |
cb
|
int |
cg
|
int |
cr
|
int[] |
index
|
int |
nverts
|
int |
transp
|
int |
zdepth
|
int |
zdepthSQRT
|
Constructor Summary | |
(package private) |
Face()
Constructor. |
(package private) |
Face(int nv)
Constructor. |
Method Summary | |
void |
numVerts(int nv)
Establece el número de vértices de la cara. |
Methods inherited from class java.lang.Object |
|
Field Detail |
public int nverts
public int[] index
public int cr
public int cg
public int cb
public int transp
public int zdepth
public int zdepthSQRT
Constructor Detail |
Face()
Face(int nv)
nv
- Número de vértices de la cara.Method Detail |
public void numVerts(int nv)
nv
- Número de vértices.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |