You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2021/04/21 21:07:21 UTC

[commons-geometry] branch master updated (5e24ed4 -> 3c3bc84)

This is an automated email from the ASF dual-hosted git repository.

mattjuntunen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-geometry.git.


    from 5e24ed4  GEOMETRY-118: adding component-specific transform methods to AffineTransformMatrixXD classes
     add 3c3bc84  GEOMETRY-121: adding EuclideanUtils class

No new revisions were added by this update.

Summary of changes:
 .../euclidean/internal/EuclideanUtils.java         | 127 ++++++++++++++++
 .../commons/geometry/euclidean/threed/Planes.java  |  98 +------------
 .../euclidean/internal/EuclideanUtilsTest.java     | 160 +++++++++++++++++++++
 .../geometry/euclidean/threed/PlanesTest.java      |  53 -------
 .../threed/stl/StlBoundaryWriteHandler3D.java      |   5 +-
 .../io/euclidean/threed/stl/TextStlWriter.java     |   4 +-
 6 files changed, 294 insertions(+), 153 deletions(-)
 create mode 100644 commons-geometry-euclidean/src/main/java/org/apache/commons/geometry/euclidean/internal/EuclideanUtils.java
 create mode 100644 commons-geometry-euclidean/src/test/java/org/apache/commons/geometry/euclidean/internal/EuclideanUtilsTest.java