edu.jhu.ece.iacl.jist.structures.geom
Class TriangleSurface

java.lang.Object
  extended by edu.jhu.ece.iacl.jist.structures.geom.Surface
      extended by edu.jhu.ece.iacl.jist.structures.geom.TriangleSurface

public class TriangleSurface
extends Surface

The Class TriangleSurface.


Field Summary
 
Fields inherited from class edu.jhu.ece.iacl.jist.structures.geom.Surface
edges, faces, vertices
 
Constructor Summary
TriangleSurface(IndexedTriangleArray surf)
          Instantiates a new triangle surface.
 
Method Summary
 GeometryArray getGeometryArray()
          Gets the geometry array.
 
Methods inherited from class edu.jhu.ece.iacl.jist.structures.geom.Surface
add, getEdges, getFaces, getVertices, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TriangleSurface

public TriangleSurface(IndexedTriangleArray surf)
Instantiates a new triangle surface.

Parameters:
surf - the surf
Method Detail

getGeometryArray

public GeometryArray getGeometryArray()
Description copied from class: Surface
Gets the geometry array.

Specified by:
getGeometryArray in class Surface
Returns:
the geometry array