occt: master c1609fbe

Author Committer Branch Timestamp Parent
nbv bugmaster master 2016-04-11 08:12:45 master 91d96372
Affected Issues  0026747: Some constructors of gp_Parab2d class contain redundant parameters
Changeset 0026747: Some constructors of gp_Parab2d class contain redundant parameters

1. Useless constructors have been deleted.
2. Value returned by gp_Parab2d::Directrix() method has been corrected to exclude reversing the directrix.
3. Documentation of gp_Parab2d class has been updated (in hxx-file).
4. Upgrade Guide has been updated according to corrections made in this issue.

Creation of test cases for this issue.
mod - dox/dev_guides/upgrade/upgrade.md Diff File
mod - src/gce/gce_MakeParab2d.cxx Diff File
mod - src/gce/gce_MakeParab2d.hxx Diff File
mod - src/GCE2d/GCE2d_MakeParabola.cxx Diff File
mod - src/GCE2d/GCE2d_MakeParabola.hxx Diff File
mod - src/gp/gp_Parab2d.cxx Diff File
mod - src/gp/gp_Parab2d.hxx Diff File
mod - src/gp/gp_Parab2d.lxx Diff File
mod - src/QABugs/QABugs_20.cxx Diff File
add - tests/bugs/modalg_6/bug26747_1 Diff File
add - tests/bugs/modalg_6/bug26747_2 Diff File
add - tests/bugs/modalg_6/bug26747_3 Diff File