Geometry
Class RegionMeshCell

java.lang.Object
  |
  +--Geometry.RegionMeshCell

public class RegionMeshCell
extends java.lang.Object

Defines a collection of four RegionCoordinates corresponding to the corners of a mesh cell.

Version:
Created 18 August 2003
Author:
Dan Tappan
See Also:
RegionCoordinate

Field Summary
 RegionCoordinate corner1
           
 RegionCoordinate corner2
           
 RegionCoordinate corner3
           
 RegionCoordinate corner4
           
 
Constructor Summary
RegionMeshCell(RegionCoordinate corner1, RegionCoordinate corner2, RegionCoordinate corner3, RegionCoordinate corner4)
          Creates a new mesh cell based on the corners.
 
Method Summary
 java.lang.String toString()
          Returns a string representation of this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

corner1

public RegionCoordinate corner1

corner2

public RegionCoordinate corner2

corner3

public RegionCoordinate corner3

corner4

public RegionCoordinate corner4
Constructor Detail

RegionMeshCell

public RegionMeshCell(RegionCoordinate corner1,
                      RegionCoordinate corner2,
                      RegionCoordinate corner3,
                      RegionCoordinate corner4)
Creates a new mesh cell based on the corners.

Parameters:
corner1 - - the top-left corner
corner2 - - the top-right corner
corner3 - - the bottom-right corner
corner4 - - the bottom-left corner
Method Detail

toString

public java.lang.String toString()
Returns a string representation of this class.

Overrides:
toString in class java.lang.Object
Returns:
the String representation