|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmathcomp.gridgeom.Surface
public class Surface
This class simply stores the vertices and associated triangles for a plot surface.
| 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 |
|---|
public double[] vertices
public int[] triangles
| Constructor Detail |
|---|
public Surface()
| Method Detail |
|---|
public static Surface getEmptySurface()
public static Surface[] getEmptySurfaceArray()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||