|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.ece.iacl.jist.structures.geom.EmbeddedSurface.Edge
public static class EmbeddedSurface.Edge
The Class Edge.
| Field Summary | |
|---|---|
int |
f1
The f2. |
int |
f2
The f2. |
int |
id
The id. |
int |
v1
The v2. |
int |
v2
The v2. |
| Constructor Summary | |
|---|---|
EmbeddedSurface.Edge(int v1,
int v2,
int id)
Instantiates a new edge. |
|
| Method Summary | |
|---|---|
int |
compareTo(EmbeddedSurface.Edge e)
|
boolean |
contains(int v)
Contains. |
boolean |
equals(int v1,
int v2)
Equals. |
boolean |
equals(java.lang.Object obj)
|
Vector3f |
getVector(EmbeddedSurface surf)
Gets the vector. |
long |
hashCodeLong()
Hash code long. |
static long |
hashCodeLong(int v1,
int v2)
Hash code long. |
int |
opposite(int v)
Opposite. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int v1
public int v2
public int f1
public int f2
public int id
| Constructor Detail |
|---|
public EmbeddedSurface.Edge(int v1,
int v2,
int id)
v1 - the v1v2 - the v2id - the id| Method Detail |
|---|
public static long hashCodeLong(int v1,
int v2)
v1 - the v1v2 - the v2
public int compareTo(EmbeddedSurface.Edge e)
compareTo in interface java.lang.Comparable<EmbeddedSurface.Edge>public boolean contains(int v)
v - the v
public boolean equals(int v1,
int v2)
v1 - the v1v2 - the v2
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic Vector3f getVector(EmbeddedSurface surf)
surf - the surf
public long hashCodeLong()
public int opposite(int v)
v - the v
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||