mathcomp.gridgeom
Class Surface

java.lang.Object
  extended by mathcomp.gridgeom.Surface

public class Surface
extends java.lang.Object

This class simply stores the vertices and associated triangles for a plot surface.

Author:
pht

Field Summary
 int[] triangles
           
 double[] vertices
           
 
Constructor Summary
Surface()
           
 
Method Summary
static Surface getEmptySurface()
           
static Surface[] getEmptySurfaceArray()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vertices

public double[] vertices

triangles

public int[] triangles
Constructor Detail

Surface

public Surface()
Method Detail

getEmptySurface

public static Surface getEmptySurface()

getEmptySurfaceArray

public static Surface[] getEmptySurfaceArray()