]> SALOME platform Git repositories - tools/medcoupling.git/commit
Salome HOME
1) Fixed colinearize2D to handle degenerated cases (colinear SEG3 forming a circle).
authorabn <adrien.bruneton@cea.fr>
Wed, 29 Apr 2015 08:52:31 +0000 (10:52 +0200)
committervsr <vsr@opencascade.com>
Thu, 30 Apr 2015 08:35:32 +0000 (11:35 +0300)
commitafe1d4b0731be1e93acd208b1c83ada45fe50753
tree9737e45fd9618e0089955b398182ca8ebb5a3cf2
parenta25fc7c3173633c8eec4a4db9cda520f947317b7
1) Fixed colinearize2D to handle degenerated cases (colinear SEG3 forming a circle).
Introduced getMiddleOfPointsOriented() in the Edge classes.

2) GetAbsoluteAngleOfNormalizedVect() actually does exactly the same as atan2()
Micro correction of ref test. Valgrinification of MEDCouplingBasicsTest.py remaining.
src/INTERP_KERNEL/Geometric2D/InterpKernelGeo2DEdge.cxx
src/INTERP_KERNEL/Geometric2D/InterpKernelGeo2DEdge.hxx
src/INTERP_KERNEL/Geometric2D/InterpKernelGeo2DEdgeArcCircle.cxx
src/INTERP_KERNEL/Geometric2D/InterpKernelGeo2DEdgeArcCircle.hxx
src/INTERP_KERNELTest/QuadraticPlanarInterpTest.hxx
src/INTERP_KERNELTest/QuadraticPlanarInterpTest5.cxx
src/MEDCoupling/MEDCouplingUMesh.cxx
src/MEDCoupling_Swig/MEDCouplingBasicsTest.py
src/MEDLoader/MEDFileMesh.cxx