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 2afc52f Bump spotbugs-maven-plugin from 4.2.2 to 4.2.3
add 5e24ed4 GEOMETRY-118: adding component-specific transform methods to
AffineTransformMatrixXD classes
No new revisions were added by this update.
Summary of changes:
.../euclidean/oned/AffineTransformMatrix1D.java | 42 +--
.../euclidean/threed/AffineTransformMatrix3D.java | 96 ++++-
.../euclidean/twod/AffineTransformMatrix2D.java | 60 +++-
.../oned/AffineTransformMatrix1DTest.java | 40 +++
.../threed/AffineTransformMatrix3DTest.java | 44 +++
.../twod/AffineTransformMatrix2DTest.java | 51 +++
.../geometry/examples/jmh/BenchmarkUtils.java | 58 ++++
.../AffineTransformMatrixPerformance.java | 386 +++++++++++++++++++++
.../examples/jmh/euclidean/VectorPerformance.java | 19 +-
9 files changed, 742 insertions(+), 54 deletions(-)
create mode 100644
commons-geometry-examples/examples-jmh/src/main/java/org/apache/commons/geometry/examples/jmh/BenchmarkUtils.java
create mode 100644
commons-geometry-examples/examples-jmh/src/main/java/org/apache/commons/geometry/examples/jmh/euclidean/AffineTransformMatrixPerformance.java