net.jbeans.j3d.modeler.geometry.util
Class Edge

java.lang.Object
  extended bynet.jbeans.j3d.modeler.geometry.util.Edge

class Edge
extends java.lang.Object

generally describe Edge in here

Version:
$Revision: 1.3 $
Author:
Masahiro Takatsuka (masa@jbeans.net)

Field Summary
(package private)  int v1
           
(package private)  int v2
           
 
Constructor Summary
(package private) Edge()
           
(package private) Edge(Edge edge)
           
(package private) Edge(int i, int j)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
(package private)  void set(int i, int j)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

v1

int v1

v2

int v2
Constructor Detail

Edge

Edge()

Edge

Edge(int i,
     int j)

Edge

Edge(Edge edge)
Method Detail

set

void set(int i,
         int j)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

toString

public java.lang.String toString()


Copyright © 1995-2004 net.jbeans. All Rights Reserved.