|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.nexttext.renderer.util.PlanarEdge
public class PlanarEdge
PlanarEdge.
| Method Summary | |
|---|---|
double |
angleCounterClockWise(PlanarEdge edge)
Calculated the angle from this edge to the given edge (counter clockwise), the result is in the interval [0;2*PI). |
PlanarVertex |
getDestination()
Get the destination vertex. |
PlanarVertex |
getOrigin()
Get the origin. |
boolean |
isRealEdge()
Check if the edge is real. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean isRealEdge()
public PlanarVertex getOrigin()
public double angleCounterClockWise(PlanarEdge edge)
edge -
public PlanarVertex getDestination()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||