This is an automated email from the ASF dual-hosted git repository.
erans pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-geometry.git.
from 0654e28 Merge branch 'GEOMETRY-88__Matt'
new d397005 GEOMETRY-89: adding linear, linearTranspose, and
normalTransform methods to AffineTransformMatrixXD
new cd05a6c Merge branch 'GEOMETRY-89__Matt'
new a9bc1c8 adding missing license and project files
new e102b9e Merge commit 'refs/pull/68/head' of
https://github.com/apache/commons-geometry
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CONTRIBUTING.md | 115 +++++++++++++++++++++
.../examples-jmh/LICENSE.txt => LICENSE.txt | 0
RELEASE-NOTES.txt | 0
commons-geometry-core/CONTRIBUTING.md | 115 +++++++++++++++++++++
.../LICENSE.txt | 0
NOTICE.txt => commons-geometry-core/NOTICE.txt | 0
commons-geometry-enclosing/CONTRIBUTING.md | 115 +++++++++++++++++++++
.../LICENSE.txt | 0
.../NOTICE.txt | 0
commons-geometry-euclidean/CONTRIBUTING.md | 115 +++++++++++++++++++++
.../LICENSE.txt | 0
.../NOTICE.txt | 0
.../euclidean/AbstractAffineTransformMatrix.java | 38 ++++++-
.../euclidean/oned/AffineTransformMatrix1D.java | 32 +++++-
.../euclidean/threed/AffineTransformMatrix3D.java | 40 ++++++-
.../euclidean/twod/AffineTransformMatrix2D.java | 36 ++++++-
.../oned/AffineTransformMatrix1DTest.java | 66 ++++++++++++
.../threed/AffineTransformMatrix3DTest.java | 107 +++++++++++++++++++
.../twod/AffineTransformMatrix2DTest.java | 95 +++++++++++++++++
commons-geometry-examples/NOTICE.txt | 4 +-
commons-geometry-examples/examples-jmh/NOTICE.txt | 4 +-
commons-geometry-hull/CONTRIBUTING.md | 115 +++++++++++++++++++++
.../LICENSE.txt | 0
NOTICE.txt => commons-geometry-hull/NOTICE.txt | 0
commons-geometry-spherical/CONTRIBUTING.md | 115 +++++++++++++++++++++
.../LICENSE.txt | 0
.../NOTICE.txt | 0
27 files changed, 1101 insertions(+), 11 deletions(-)
create mode 100644 CONTRIBUTING.md
copy commons-geometry-examples/examples-jmh/LICENSE.txt => LICENSE.txt (100%)
create mode 100644 RELEASE-NOTES.txt
create mode 100644 commons-geometry-core/CONTRIBUTING.md
copy {commons-geometry-examples/examples-jmh =>
commons-geometry-core}/LICENSE.txt (100%)
copy NOTICE.txt => commons-geometry-core/NOTICE.txt (100%)
create mode 100644 commons-geometry-enclosing/CONTRIBUTING.md
copy {commons-geometry-examples/examples-jmh =>
commons-geometry-enclosing}/LICENSE.txt (100%)
copy NOTICE.txt => commons-geometry-enclosing/NOTICE.txt (100%)
create mode 100644 commons-geometry-euclidean/CONTRIBUTING.md
copy {commons-geometry-examples/examples-jmh =>
commons-geometry-euclidean}/LICENSE.txt (100%)
copy NOTICE.txt => commons-geometry-euclidean/NOTICE.txt (100%)
create mode 100644 commons-geometry-hull/CONTRIBUTING.md
copy {commons-geometry-examples/examples-jmh =>
commons-geometry-hull}/LICENSE.txt (100%)
copy NOTICE.txt => commons-geometry-hull/NOTICE.txt (100%)
create mode 100644 commons-geometry-spherical/CONTRIBUTING.md
copy {commons-geometry-examples/examples-jmh =>
commons-geometry-spherical}/LICENSE.txt (100%)
copy NOTICE.txt => commons-geometry-spherical/NOTICE.txt (100%)