com.ctreber.acearth.util
Class EdgeCrossing
java.lang.Object
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]
Constructor Summary |
EdgeCrossing(int pType,
int pIndex,
double pX,
double pY,
double pAngle)
|
XingTypeEntry
public static final int XingTypeEntry
- See Also:
- Constant Field Values
XingTypeExit
public static final int XingTypeExit
- See Also:
- Constant Field Values
EdgeCrossing
public EdgeCrossing(int pType,
int pIndex,
double pX,
double pY,
double pAngle)
toString
public String toString()
- Overrides:
toString
in class Object
getType
public int getType()
getX
public double getX()
getY
public double getY()
getAngle
public double getAngle()
getIndex
public int getIndex()
Copyright © 2013. All Rights Reserved.