GeomRep
Class DrawFace

java.lang.Object
  extended by GeomRep.DrawFace

 class DrawFace
extends java.lang.Object

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

xCoor

public float[] xCoor
X coordinates of face's vertices.


yCoor

public float[] yCoor
Y coordinates of face's vertices.


zCoor

public float[] zCoor
Z coordinates of face's vertices.


mNormal

public float[] mNormal
Constructor Detail

DrawFace

public DrawFace(int num)
Class constructor.

Parameters:
num - Number of vertices in face.

DrawFace

public DrawFace()
Class constructor.