Uses of Class
org.jcurl.math.Polynome

Packages that use Polynome
org.jcurl.core.impl Implementatios of models for simulation. 
org.jcurl.math Generic math helpers without dependencies to other jcurl packages. 
 

Uses of Polynome in org.jcurl.core.impl
 

Methods in org.jcurl.core.impl that return Polynome
(package private)  Polynome[] CurlerNoCurl.computeRcPoly(double alpha0, double v0, double omega0, double sweepFactor)
           
 

Uses of Polynome in org.jcurl.math
 

Methods in org.jcurl.math that return Polynome
static Polynome Polynome.getPoly(double t0, double x0, double v0, double a0)
          Convenience method to get the "bewegungsgleichung" for a given initial state.
 

Constructors in org.jcurl.math with parameters of type Polynome
PolynomeCurve(Polynome[] polys)
           
 



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