Class Mesh.SameSurface

java.lang.Object
  |
  +--Mesh.SameSurface
Enclosing class:
Mesh

public static class Mesh.SameSurface
extends Object
implements Cloneable

Represents SameSurface


Field Summary
protected  Mesh owner
           
protected  int[] polygonIndex
           
 
Constructor Summary
(package private) Mesh.SameSurface(Mesh owner, int[] polygonIndex)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

owner

protected Mesh owner

polygonIndex

protected int[] polygonIndex
Constructor Detail

Mesh.SameSurface

Mesh.SameSurface(Mesh owner,
                 int[] polygonIndex)