Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.fudaa.ebli.volume
Class Face  view Face download Face.java

java.lang.Object
  extended byorg.fudaa.ebli.volume.Face

class Face
extends java.lang.Object

Author: Daeron Meyer Copyright (c) 1995 by The Geometry Center, University of Minnesota Distributed under the terms of the GNU Library General Public License 12-14-95 class Face: your basic storage class for polygonal face information.

Version:
$Revision: 1.3 $ $Date: 2001/09/11 15:29:21 $ by $Author: deniger $

Field Summary
 int cb
           
 int cg
           
 int cr
           
 int[] index
           
 int nverts
           
 int zdepth
           
 
Constructor Summary
(package private) Face()
           
(package private) Face(int nv)
           
 
Method Summary
 void numVerts(int nv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nverts

public int nverts

index

public int[] index

cr

public int cr

cg

public int cg

cb

public int cb

zdepth

public int zdepth
Constructor Detail

Face

Face()

Face

Face(int nv)
Method Detail

numVerts

public void numVerts(int nv)