|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectGeomRep.DrawFace
class DrawFace
Class to capture temporary information related to transforming coordinates of a face.
| Field Summary | |
|---|---|
float[] |
mNormal
|
float[] |
xCoor
X coordinates of face's vertices. |
float[] |
yCoor
Y coordinates of face's vertices. |
float[] |
zCoor
Z coordinates of face's vertices. |
| Constructor Summary | |
|---|---|
DrawFace()
Class constructor. |
|
DrawFace(int num)
Class constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public float[] xCoor
public float[] yCoor
public float[] zCoor
public float[] mNormal
| Constructor Detail |
|---|
public DrawFace(int num)
num - Number of vertices in face.public DrawFace()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||