public class PointPassedCutEvent extends Object implements Serializable, Cloneable, Comparable
| Modifier and Type | Field and Description |
|---|---|
boolean |
clockWise |
SurfacePoint |
cut |
SurfacePoint |
point |
double |
time |
| Constructor and Description |
|---|
PointPassedCutEvent(SurfacePoint thePoint,
SurfacePoint theCut,
double theTime,
boolean theClockWise) |
public boolean clockWise
public SurfacePoint cut
public SurfacePoint point
public double time
public PointPassedCutEvent(SurfacePoint thePoint, SurfacePoint theCut, double theTime, boolean theClockWise)
public int compareTo(Object other)
compareTo in interface Comparable