Merge branch 'task_MATH-1437' Closes #77
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/54fa0a85 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/54fa0a85 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/54fa0a85 Branch: refs/heads/master Commit: 54fa0a855e549ae2a9f8445d71cbd01e8377e353 Parents: 3ea4597 ed98d26 Author: Gilles <er...@apache.org> Authored: Fri Jan 26 13:01:13 2018 +0100 Committer: Gilles <er...@apache.org> Committed: Fri Jan 26 13:01:13 2018 +0100 ---------------------------------------------------------------------- .../euclidean/threed/PolyhedronsSet.java | 2 +- .../math4/geometry/GeometryTestUtils.java | 324 +++++ .../euclidean/oned/Cartesian1DTest.java | 366 ++++-- .../geometry/euclidean/oned/IntervalTest.java | 158 ++- .../euclidean/oned/IntervalsSetTest.java | 543 +++++++- .../euclidean/oned/OrientedPointTest.java | 188 +++ .../euclidean/oned/SubOrientedPointTest.java | 28 +- .../geometry/euclidean/threed/OBJWriter.java | 337 +++++ .../euclidean/threed/PolyhedronsSetTest.java | 1238 +++++++++++++++--- 9 files changed, 2846 insertions(+), 338 deletions(-) ----------------------------------------------------------------------