Uses of Interface
org.orekit.parameter.IParameterizableFunction

Packages that use IParameterizableFunction
fr.cnes.sirius.patrius.assembly.models.cook   
org.orekit.parameter   
 

Uses of IParameterizableFunction in fr.cnes.sirius.patrius.assembly.models.cook
 

Classes in fr.cnes.sirius.patrius.assembly.models.cook that implement IParameterizableFunction
 class CnCookModel
          This class implements Cook normal coefficient to a facet.
 class CtCookModel
          This class implements Cook tangential coefficient to a facet.
 

Uses of IParameterizableFunction in org.orekit.parameter
 

Subinterfaces of IParameterizableFunction in org.orekit.parameter
 interface IParamDiffFunction
          This class is used to define a derivative function parameterizable.
 

Classes in org.orekit.parameter that implement IParameterizableFunction
 class ConstantFunction
          This class is used to define a constant parameterizable function.
 class LinearFunction
           This class is used to define parameterizable linear function a(t -t0) + b.
 class ParamDiffFunction
           Abstract class to define generic function of IParamDiffFunction.
 class PiecewiseFunction
           This class is used to define parameterizable piecewize function.
 



Copyright © 2016 CNES. All Rights Reserved.