igeo
Class ICurveR.U2

java.lang.Object
  extended by igeo.IParameterObject
      extended by igeo.ICurveR.U2
All Implemented Interfaces:
IDoubleOp, IParameter, IScalar, ISubobject, IVal
Enclosing class:
ICurveR

public static class ICurveR.U2
extends IParameterObject
implements IDoubleOp


Field Summary
 ICurveOp crv
           
 IVec2I pt
           
 
Fields inherited from class igeo.IParameterObject
parent
 
Constructor Summary
ICurveR.U2(ICurveOp c, IVec2I p)
           
 
Method Summary
 IDouble get()
           
 double x()
           
 
Methods inherited from class igeo.IParameterObject
createObject, parent, parent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

crv

public ICurveOp crv

pt

public IVec2I pt
Constructor Detail

ICurveR.U2

public ICurveR.U2(ICurveOp c,
                  IVec2I p)
Method Detail

x

public double x()
Specified by:
x in interface IDoubleOp

get

public IDouble get()
Specified by:
get in interface IDoubleOp
Specified by:
get in interface IParameter