All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class geometry.animaalgo.Edge

java.lang.Object
   |
   +----geometry.animaalgo.Edge

public class Edge
extends Object
Conjunto de arestas. Data de criação: (18/06/00 19:52:47)


Variable Index

 o point1
 o point2

Constructor Index

 o Edge(Point, Point)
Construtor Edge.

Variables

 o point1
 public Point point1
 o point2
 public Point point2

Constructors

 o Edge
 public Edge(Point p1,
             Point p2)
Construtor Edge.


All Packages  Class Hierarchy  This Package  Previous  Next  Index