Uses of Class
org.jcurl.math.R1RNFunctionImpl

Packages that use R1RNFunctionImpl
org.jcurl.core.api Core datatypes and concepts. 
org.jcurl.core.impl Implementatios of models for simulation. 
org.jcurl.math Generic math helpers without dependencies to other jcurl packages. 
 

Uses of R1RNFunctionImpl in org.jcurl.core.api
 

Subclasses of R1RNFunctionImpl in org.jcurl.core.api
 class CurveRock<T extends RockType>
          Trajectory of one Rock, in either rock-coordinates or world-coordinates.
 

Uses of R1RNFunctionImpl in org.jcurl.core.impl
 

Subclasses of R1RNFunctionImpl in org.jcurl.core.impl
 class CurveRockAnalytic<T extends RockType>
          Wrapper for rock trajectory segments wrapping 3 dimensional R1RNFunctions.
 class CurveStill<T extends RockType>
          Curve implementation for rocks NOT in motion.
 class CurveTransformed<T extends RockType>
          Decorator to apply an rc -> wc AffineTransform and a time-shift to a CurveRock.
 

Uses of R1RNFunctionImpl in org.jcurl.math
 

Subclasses of R1RNFunctionImpl in org.jcurl.math
 class CSplineInterpolator
          The numerical algorithms are adapted from "Meyberg/Vachenauer": Hoehere Mathematik I, second edition.
 class CurveCombined<T extends R1RNFunction>
          Combined curve.
 class CurveFkt
          A n-dimensional, continuous curve R -> R^n based on R1R1Functions.
 class Distance2DSq
          The distance between two R1RNFunctions - only 2 dimensions used.
 class Polynome
          Polynomes of n-th grade.
 class PolynomeCurve
          Multidimensional curves of polynomes.
 class R1R1Function
          A one-dimensional function f : R^1 -> R^1.
 



Copyright © 2005-2009 jcurl.org. All Rights Reserved.