simtools.shapes
Class CurveShape.CurvePoint
java.lang.Object
simtools.shapes.CurveShape.CurvePoint
- Enclosing class:
- CurveShape
public class CurveShape.CurvePoint
- extends java.lang.Object
A curve point representing a location in (x, y) coordinate space, specified in double precision.
- Author:
- zxpletran007
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x
public double x
y
public double y
slop_x
public double slop_x
slop_y
public double slop_y
CurveShape.CurvePoint
public CurveShape.CurvePoint(CurveShape.CurvePoint ref)
CurveShape.CurvePoint
public CurveShape.CurvePoint()
CurveShape.CurvePoint
public CurveShape.CurvePoint(double x,
double y)
CurveShape.CurvePoint
public CurveShape.CurvePoint(double x,
double y,
double slop_x,
double slop_y)