Open CASCADE Technology 6.6.0
|
Compute the "Jerk" distribution.
#include <FairCurve_DistributionOfJerk.hxx>
Public Member Functions | |
FairCurve_DistributionOfJerk (const Standard_Integer BSplOrder, const Handle< TColStd_HArray1OfReal > &FlatKnots, const Handle< TColgp_HArray1OfPnt2d > &Poles, const Standard_Integer DerivativeOrder, const FairCurve_BattenLaw &Law, const Standard_Integer NbValAux=0) | |
virtual Standard_Boolean | Value (const math_Vector &X, math_Vector &F) |
computes the values <F> of the functions for the variable <X>. returns True if the computation was done successfully, False otherwise. |
FairCurve_DistributionOfJerk::FairCurve_DistributionOfJerk | ( | const Standard_Integer | BSplOrder, |
const Handle< TColStd_HArray1OfReal > & | FlatKnots, | ||
const Handle< TColgp_HArray1OfPnt2d > & | Poles, | ||
const Standard_Integer | DerivativeOrder, | ||
const FairCurve_BattenLaw & | Law, | ||
const Standard_Integer | NbValAux = 0 |
||
) |
virtual Standard_Boolean FairCurve_DistributionOfJerk::Value | ( | const math_Vector & | X, |
math_Vector & | F | ||
) | [virtual] |
Implements math_FunctionSet.