igeo
Class ICurveR.Tan

java.lang.Object
  extended by igeo.IParameterObject
      extended by igeo.ICurveR.Tan
All Implemented Interfaces:
IParameter, ISubobject, IVal, IVecOp
Enclosing class:
ICurveR

public static class ICurveR.Tan
extends IParameterObject
implements IVecOp


Field Summary
 ICurveOp crv
           
 IDoubleOp u
           
 
Fields inherited from class igeo.IParameterObject
parent
 
Constructor Summary
ICurveR.Tan(ICurveOp c, IDoubleOp uval)
           
 
Method Summary
 IVec get()
           
 
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

u

public IDoubleOp u
Constructor Detail

ICurveR.Tan

public ICurveR.Tan(ICurveOp c,
                   IDoubleOp uval)
Method Detail

get

public IVec get()
Specified by:
get in interface IParameter
Specified by:
get in interface IVecOp