public class EdgeCrossing extends Object
Holds information about a line crossing "the edge of Earth".
© 2002 Christian Treber, [email protected]
Modifier and Type | Field and Description |
---|---|
static int |
XingTypeEntry |
static int |
XingTypeExit |
Constructor and Description |
---|
EdgeCrossing(int pType,
int pIndex,
double pX,
double pY,
double pAngle) |
Modifier and Type | Method and Description |
---|---|
double |
getAngle() |
int |
getIndex() |
int |
getType() |
double |
getX() |
double |
getY() |
String |
toString() |
public static final int XingTypeEntry
public static final int XingTypeExit
Copyright © 2016. All Rights Reserved.