com.ctreber.acearth.util
Class EdgeCrossing

java.lang.Object
  extended by 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
static int XingTypeEntry
           
static int XingTypeExit
           
 
Constructor Summary
EdgeCrossing(int pType, int pIndex, double pX, double pY, double pAngle)
           
 
Method Summary
 double getAngle()
           
 int getIndex()
           
 int getType()
           
 double getX()
           
 double getY()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

XingTypeEntry

public static final int XingTypeEntry
See Also:
Constant Field Values

XingTypeExit

public static final int XingTypeExit
See Also:
Constant Field Values
Constructor Detail

EdgeCrossing

public EdgeCrossing(int pType,
                    int pIndex,
                    double pX,
                    double pY,
                    double pAngle)
Method Detail

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.