simtools.shapes
Class CurveShape.CurvePoint

java.lang.Object
  extended by 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

Field Summary
 double slop_x
           
 double slop_y
           
 double x
           
 double y
           
 
Constructor Summary
CurveShape.CurvePoint()
           
CurveShape.CurvePoint(CurveShape.CurvePoint ref)
           
CurveShape.CurvePoint(double x, double y)
           
CurveShape.CurvePoint(double x, double y, double slop_x, double slop_y)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public double x

y

public double y

slop_x

public double slop_x

slop_y

public double slop_y
Constructor Detail

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)