|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectunwrap.USide
public class USide
| Constructor Summary | |
|---|---|
USide(UPoint _p1,
UPoint _p2,
UTriangle _t)
initialize side and give referred points and triangle |
|
| Method Summary | |
|---|---|
float |
getAngle()
get the angle between the two triangles |
UConnection |
getConnection()
get the connection between the two triangles |
float |
getLength()
get the side length |
UTriangle |
getNeighbor()
get the side neighbor triangle |
UPoint |
getP1()
get the first referred point |
UPoint |
getP2()
get the second referred point |
UTriangle |
getTriangle()
get the referred triangle |
void |
setLength(float _length)
set the side length |
void |
setNeighbor(UTriangle _neighbor)
set the neighbor triangle |
void |
setP1(UPoint _p1)
set the first referred point |
void |
setP2(UPoint _p2)
set the second referred point |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public USide(UPoint _p1,
UPoint _p2,
UTriangle _t)
| Method Detail |
|---|
public float getLength()
public UTriangle getNeighbor()
public void setNeighbor(UTriangle _neighbor)
public UTriangle getTriangle()
public UPoint getP1()
public UPoint getP2()
public float getAngle()
public void setP1(UPoint _p1)
public void setP2(UPoint _p2)
public void setLength(float _length)
public UConnection getConnection()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||