com.jme.util.geom
Class VertMap

java.lang.Object
  extended by com.jme.util.geom.VertMap

public class VertMap
extends java.lang.Object


Constructor Summary
VertMap(TriMesh mesh)
           
 
Method Summary
 void decrementIndices(int above)
           
 int getNewIndex(int oldIndex)
           
 void replaceIndex(int oldIndex, int newIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VertMap

public VertMap(TriMesh mesh)
Method Detail

getNewIndex

public int getNewIndex(int oldIndex)

replaceIndex

public void replaceIndex(int oldIndex,
                         int newIndex)

decrementIndices

public void decrementIndices(int above)