Open Elvira2227 opened 2 years ago
There are several changes in the last commits cf59b36 and 28f6421.
integrateParameter
, calculatePolynomialDerivative
, intagral
have been placed in CurveConverter.h
.integrateParameter
returned the value with the approximation error 0.4%. integrateParameter
function.Here is the implemented polycurve:
In this pull request implementation was added for
IfcPolynomialCurve
. The following functions were added inCurveConverter.h
:getPointOnCurve
getDirectionOfCurve
- here we need to implement additional code incovertIfcCurveSegment
to calculate rotation around x,y axis and also rotation in 3D. Now we can only rotate around axis z.calculatePolynomialCurve
- to calculate polynomial from coefficietntsFor explanation there is a screen shot of cubic curve with coefficientsX (0., 1., 0.) and coefficientsY (0., 0., 0.01, 0.).
Note: This is related to #524 Please see starting from commit 2b83b5b