maspack.geometry
Class MeshFactory.VertexSet

java.lang.Object
  extended by maspack.geometry.MeshFactory.VertexSet
Enclosing class:
MeshFactory

public static class MeshFactory.VertexSet
extends java.lang.Object


Constructor Summary
MeshFactory.VertexSet(int numv)
           
 
Method Summary
 void check()
           
 Vertex3d get(int i, int j)
           
 void set(int i, int j, Vertex3d vtx)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MeshFactory.VertexSet

public MeshFactory.VertexSet(int numv)
Method Detail

get

public Vertex3d get(int i,
                    int j)

set

public void set(int i,
                int j,
                Vertex3d vtx)

check

public void check()