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
|
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 |
corner1
public RegionCoordinate corner1
corner2
public RegionCoordinate corner2
corner3
public RegionCoordinate corner3
corner4
public RegionCoordinate corner4
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 cornercorner2 - - the top-right cornercorner3 - - the bottom-right cornercorner4 - - the bottom-left corner
toString
public java.lang.String toString()
- Returns a string representation of this class.
- Overrides:
toString in class java.lang.Object
- Returns:
- the String representation