Class EdgeCrossing
- java.lang.Object
-
- ext.plantuml.com.ctreber.acearth.util.EdgeCrossing
-
public class EdgeCrossing extends Object
Holds information about a line crossing "the edge of Earth".
© 2002 Christian Treber, [email protected]
- Author:
- Christian Treber, [email protected]
-
-
Field Summary
Fields Modifier and Type Field Description static int
XingTypeEntry
static int
XingTypeExit
-
Constructor Summary
Constructors Constructor Description EdgeCrossing(int pType, int pIndex, double pX, double pY, double pAngle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getAngle()
int
getIndex()
int
getType()
double
getX()
double
getY()
String
toString()
-
-
-
Field Detail
-
XingTypeEntry
public static final int XingTypeEntry
- See Also:
- Constant Field Values
-
XingTypeExit
public static final int XingTypeExit
- See Also:
- Constant Field Values
-
-