Class PLib_DoubleJacobiPolynomial
Hierarchy
- PLib_DoubleJacobiPolynomial
Methods
AverageError
- AverageError(Dimension: Graphic3d_ZLayerId, DegreeU: Graphic3d_ZLayerId, DegreeV: Graphic3d_ZLayerId, dJacCoeff: Graphic3d_ZLayerId, JacCoeff: IntTools_CArray1OfReal): number
Parameters
Dimension: Graphic3d_ZLayerId
DegreeU: Graphic3d_ZLayerId
DegreeV: Graphic3d_ZLayerId
dJacCoeff: Graphic3d_ZLayerId
JacCoeff: IntTools_CArray1OfReal
Returns number
MaxError
- MaxError(Dimension: Graphic3d_ZLayerId, MinDegreeU: Graphic3d_ZLayerId, MaxDegreeU: Graphic3d_ZLayerId, MinDegreeV: Graphic3d_ZLayerId, MaxDegreeV: Graphic3d_ZLayerId, dJacCoeff: Graphic3d_ZLayerId, JacCoeff: IntTools_CArray1OfReal, Error: number): number
Parameters
Dimension: Graphic3d_ZLayerId
MinDegreeU: Graphic3d_ZLayerId
MaxDegreeU: Graphic3d_ZLayerId
MinDegreeV: Graphic3d_ZLayerId
MaxDegreeV: Graphic3d_ZLayerId
dJacCoeff: Graphic3d_ZLayerId
JacCoeff: IntTools_CArray1OfReal
Error: number
Returns number
MaxErrorU
- MaxErrorU(Dimension: Graphic3d_ZLayerId, DegreeU: Graphic3d_ZLayerId, DegreeV: Graphic3d_ZLayerId, dJacCoeff: Graphic3d_ZLayerId, JacCoeff: IntTools_CArray1OfReal): number
Parameters
Dimension: Graphic3d_ZLayerId
DegreeU: Graphic3d_ZLayerId
DegreeV: Graphic3d_ZLayerId
dJacCoeff: Graphic3d_ZLayerId
JacCoeff: IntTools_CArray1OfReal
Returns number
MaxErrorV
- MaxErrorV(Dimension: Graphic3d_ZLayerId, DegreeU: Graphic3d_ZLayerId, DegreeV: Graphic3d_ZLayerId, dJacCoeff: Graphic3d_ZLayerId, JacCoeff: IntTools_CArray1OfReal): number
Parameters
Dimension: Graphic3d_ZLayerId
DegreeU: Graphic3d_ZLayerId
DegreeV: Graphic3d_ZLayerId
dJacCoeff: Graphic3d_ZLayerId
JacCoeff: IntTools_CArray1OfReal
Returns number
ReduceDegree
- ReduceDegree(Dimension: Graphic3d_ZLayerId, MinDegreeU: Graphic3d_ZLayerId, MaxDegreeU: Graphic3d_ZLayerId, MinDegreeV: Graphic3d_ZLayerId, MaxDegreeV: Graphic3d_ZLayerId, dJacCoeff: Graphic3d_ZLayerId, JacCoeff: IntTools_CArray1OfReal, EpmsCut: number, MaxError: number, NewDegreeU: Graphic3d_ZLayerId, NewDegreeV: Graphic3d_ZLayerId): void
Parameters
Dimension: Graphic3d_ZLayerId
MinDegreeU: Graphic3d_ZLayerId
MaxDegreeU: Graphic3d_ZLayerId
MinDegreeV: Graphic3d_ZLayerId
MaxDegreeV: Graphic3d_ZLayerId
dJacCoeff: Graphic3d_ZLayerId
JacCoeff: IntTools_CArray1OfReal
EpmsCut: number
MaxError: number
NewDegreeU: Graphic3d_ZLayerId
NewDegreeV: Graphic3d_ZLayerId
Returns void
WDoubleJacobiToCoefficients
- WDoubleJacobiToCoefficients(Dimension: Graphic3d_ZLayerId, DegreeU: Graphic3d_ZLayerId, DegreeV: Graphic3d_ZLayerId, JacCoeff: IntTools_CArray1OfReal, Coefficients: IntTools_CArray1OfReal): void
Parameters
Dimension: Graphic3d_ZLayerId
DegreeU: Graphic3d_ZLayerId
DegreeV: Graphic3d_ZLayerId
JacCoeff: IntTools_CArray1OfReal
Coefficients: IntTools_CArray1OfReal
Returns void