Class DSurface

java.lang.Object
   |
   +----Surface
           |
           +----DSurface

public class DSurface
extends Surface
A class representing a dynamic surface.


Constructor Index

 o DSurface()

Method Index

 o addFace(Polygon)
Add a polygonal face to a surface.
 o addFaces(Vector)
Add a set of polygonal faces to a surface.
 o deleteFace(Polygon)
Delete a polygonal face from a surface.

Constructors

 o DSurface
 public DSurface()

Methods

 o addFace
 public void addFace(Polygon p)
Add a polygonal face to a surface.

Parameters:
p - a polygon representing the face
 o addFaces
 public void addFaces(Vector v)
Add a set of polygonal faces to a surface.

Parameters:
v - vector of polygonal faces
 o deleteFace
 public boolean deleteFace(Polygon p)
Delete a polygonal face from a surface.

Parameters:
a - polygon representing the face