1. c1c67f5 GEOMETRY-100: adding special cases for centroid computations for very small areas by Matt Juntunen · 3 years, 11 months ago
  2. 8df6909 Reverting name change after discussion on dev ML. by Matt Juntunen · 3 years, 11 months ago
  3. afde7ad fixing checkstyle suppression on windows; adjusting unit test value for more consistent result sorting by Matt Juntunen · 3 years, 11 months ago
  4. fc9272b GEOMETRY-99: using Double.compare in equals and Double.hashCode in hashCode by Matt Juntunen · 3 years, 11 months ago
  5. 385c02a using enhanced for loop when possible by Matt Juntunen · 3 years, 11 months ago
  6. 3c25e07 change GeometryInternalError to GeometryInternalException to better reflect its actual type by XenoAmess · 3 years, 11 months ago
  7. c2f929e simplify if by XenoAmess · 3 years, 11 months ago
  8. b06c457 add break to a loop. by XenoAmess · 3 years, 11 months ago
  9. 6c90e34 change a field to local variable, as I didn't see anywhere using it. by XenoAmess · 3 years, 11 months ago
  10. bcfed9b fix README.md in a sub-module. by XenoAmess · 3 years, 11 months ago
  11. e1c958f remove redundant group-id by XenoAmess · 3 years, 11 months ago
  12. 735ebe6 upgrade dependencies by XenoAmess · 3 years, 11 months ago
  13. 6bba60a fix javadocs 2 by XenoAmess · 3 years, 11 months ago
  14. b95ddb5 fix length-too-long by XenoAmess · 3 years, 11 months ago
  15. f53807a fix typos. by XenoAmess · 3 years, 11 months ago
  16. c619eeb fix javadocs by XenoAmess · 3 years, 11 months ago
  17. cae71f4 GEOMETRY-63: adding assertions to test case by Matt Juntunen · 3 years, 11 months ago
  18. 8d3d7ea GEOMETRY-63: swapping assertion argument order by Matt Juntunen · 3 years, 11 months ago
  19. b29a0d7 removing empty test by Matt Juntunen · 3 years, 11 months ago
  20. 1e7b57c GEOMETRY-63: removing unnecessary braces in lambdas; removing use of Stream.peek by Matt Juntunen · 3 years, 11 months ago
  21. d951410 GEOMETRY-63: throwing NoSuchElementException in SimpleTriangleMesh Face iterator by Matt Juntunen · 3 years, 11 months ago
  22. 452e5ba updating dist-archive pom dependencies; removing redundant groupId and version by Matt Juntunen · 4 years ago
  23. e88905e removing redundant groupId and version entries from poms by Matt Juntunen · 4 years ago
  24. ba1b480 GEOMETRY-95: adding BSP tree tutorial by Matt Juntunen · 4 years ago
  25. 1b92e00 Use consistent imports organization by Baljit Singh · 4 years ago
  26. 2ab9e23 Simplify Collections usage by Baljit Singh · 4 years ago
  27. 9718cfd Simplify lambda usage by Baljit Singh · 4 years ago
  28. 799e3cd Simplify Stream usage by Baljit Singh · 4 years ago
  29. 38f25f8 Remove redundant local variables by Baljit Singh · 4 years ago
  30. b80eca8 Use `final` modifier consistently by Baljit Singh · 4 years ago
  31. 0335d7d Remove redundant interface declaration by Baljit Singh · 4 years ago
  32. 3641f72 Remove unnecessary semicolon by Baljit Singh · 4 years ago
  33. 756fd65 Fix README links by Baljit Singh · 4 years ago
  34. 2f77c16 GEOMETRY-95: adding 3D mesh classes, PartitionedRegionBuilders, and Planes.extrude() methods; expanding examples-io functionality by Matt Juntunen · 4 years ago
  35. 4140682 GEOMETRY-50: using SafeNorm for 3D norm computation by Matt Juntunen · 4 years ago
  36. 015f466 GEOMETRY-63: Fix some SonarQube smells by Baljit Singh · 4 years ago
  37. 843d6a9 GEOMETRY-95: improving implementation of Sphere.toTree(); removing HyperplaneSubset.Builder interface to improve performance and numerical robustness by Matt Juntunen · 4 years ago
  38. 69a1d4f adding references to hyperplane and hyperplanesubset factory classes in user guide by Matt Juntunen · 4 years ago
  39. a70cea9 GEOMETRY-97: using the term 'centroid' to refer to geometric center rather than 'barycenter' by Matt Juntunen · 4 years ago
  40. ed41804 GEOMETRY-94: adding PlaneConvexSubset additional implementations; GEOMETRY-77: adding Bounds2D and Bounds3D classes by Matt Juntunen · 4 years ago
  41. 29858b8 Remove dead and unnecessary links in module pages (web site). by Gilles Sadowski · 4 years ago
  42. b659d12 Typo (web site). by Gilles Sadowski · 4 years ago
  43. 7ccde75 GEOMETRY-96: optimizing HyperplaneSubset.Builder implementations to only create internal BSP trees when needed by Matt Juntunen · 4 years, 1 month ago
  44. 0ac8384 updating examples-io module with new type names by Matt Juntunen · 4 years, 1 month ago
  45. eee2589 GEOMETRY-92: adding specialized segment, ray, and reverse ray classes for 2D and 3D; GEOMETRY-93: major refactor from 'subhyperplane' naming convention to 'hyperplane-subset' naming convention by Matt Juntunen · 4 years, 1 month ago
  46. dee683c Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-geometry by Gilles Sadowski · 4 years, 1 month ago
  47. bf3db75 New maven module "examples-io": Shows how to save a 3D shape to file. by Gilles Sadowski · 4 years, 1 month ago
  48. 20c7d36 updating commons-numbers dependency to 1.0-beta1 by Matt Juntunen · 4 years, 2 months ago
  49. dbe86d5 removing dist-archive module from release profile to fix Jenkins build by Matt Juntunen · 4 years, 2 months ago
  50. 57af8a2 Exclude dist-archive generated SHA 512 properties file from checkstyle by Alex Herbert · 4 years, 2 months ago
  51. f67a627 GEOMETRY-83: adding Circle and Sphere class; making Parallelogram and Parallelepiped extend convex region classes by Matt Juntunen · 4 years, 2 months ago
  52. ba63186 Standardize on American English spelling of 'behavior'. by Gary Gregory · 4 years, 2 months ago
  53. 5599138 GEOMETRY-91: updating AbstractConvexHyperplaneBoundedRegion split logic to handle split inconsistency edge cases by Matt Juntunen · 4 years, 2 months ago
  54. f5bd492 Merge pull request #69 from darkma773r/geometry-56 by Matt Juntunen · 4 years, 3 months ago
  55. 7a64406 updating developer entry by Matt Juntunen · 4 years, 3 months ago
  56. fd3d7d2 GEOMETRY-56: downgrading JXR version to prevent dist-archive build failing on forked execution; using default checkstyle phase by Matt Juntunen · 4 years, 3 months ago
  57. e34b75e Merge branch 'GEOMETRY-36__Matt' by Gilles · 4 years, 3 months ago
  58. 0e3c4a9 GEOMETRY-36: adding Rotation2D class by Matt Juntunen · 4 years, 3 months ago
  59. f9013c9 GEOMETRY 90: Use lambda. by Gilles · 4 years, 3 months ago
  60. 069328a GEOMETRY-90: adding QuaternionRotation.Slerp class to simplify usage of the slerp method by Matt Juntunen · 4 years, 3 months ago
  61. 3e4245f GEOMETRY-56: adding initial dist-archive module by Matt Juntunen · 4 years, 3 months ago
  62. e102b9e Merge commit 'refs/pull/68/head' of https://github.com/apache/commons-geometry by Gilles Sadowski · 4 years, 3 months ago
  63. cd05a6c Merge branch 'GEOMETRY-89__Matt' by Gilles Sadowski · 4 years, 3 months ago
  64. a9bc1c8 adding missing license and project files by Matt Juntunen · 4 years, 3 months ago
  65. d397005 GEOMETRY-89: adding linear, linearTranspose, and normalTransform methods to AffineTransformMatrixXD by Matt Juntunen · 4 years, 3 months ago
  66. 0654e28 Merge branch 'GEOMETRY-88__Matt' by Gilles Sadowski · 4 years, 3 months ago
  67. b38c752 GEOMETRY-88: reverting ConvexSubPlane to Facet name change by Matt Juntunen · 4 years, 3 months ago
  68. adecd9a Merge branch 'GEOMETRY-74__Matt' by Gilles Sadowski · 4 years, 3 months ago
  69. 3276f24 GEOMETRY-74: adding RegionCutRule for fine-grain control of region BSP tree insertion behavior by Matt Juntunen · 4 years, 3 months ago
  70. 62e0c0a Allow openjdk-ea to fail. by aherbert · 4 years, 3 months ago
  71. 382e733 Remove whitespace by Alex Herbert · 4 years, 3 months ago
  72. 6a6b35c Remove jxr version control. by Alex Herbert · 4 years, 3 months ago
  73. 751eff9 Update spotbugs dependency for java 13 support. by Alex Herbert · 4 years, 3 months ago
  74. 0d064e4 Update PMD rules by Alex Herbert · 4 years, 3 months ago
  75. 55a07ec Remove trailing whitespace. by Alex Herbert · 4 years, 3 months ago
  76. 76166d1 Add missing import by Alex Herbert · 4 years, 3 months ago
  77. f84ae36 Remove unnecessary else clauses. by Alex Herbert · 4 years, 3 months ago
  78. 826ff88 Remove redundant field initialisers by Alex Herbert · 4 years, 3 months ago
  79. be3fbe9 Use final by Alex Herbert · 4 years, 3 months ago
  80. 0880ae3 Allow 1 as a magic number by Alex Herbert · 4 years, 3 months ago
  81. ead4022 Add spot bugs exclusions. by Alex Herbert · 4 years, 3 months ago
  82. 4ff25b4 Ensure Comparators also implement Serializable. by Alex Herbert · 4 years, 3 months ago
  83. b1a4c41 Add profile for the examples module. by Alex Herbert · 4 years, 3 months ago
  84. ecd8839 Remove redundant report goals from after success by Alex Herbert · 4 years, 3 months ago
  85. b1c9406 Disable PMD failOnViolation. by Alex Herbert · 4 years, 3 months ago
  86. 67ade11 Update PMD rules to be more lenient. by Alex Herbert · 4 years, 3 months ago
  87. e8652c9 Update pmd by Alex Herbert · 4 years, 3 months ago
  88. 7494486 Update checkstyle by Alex Herbert · 4 years, 3 months ago
  89. 2ad038d Merge pull request #60 from darkma773r/geometry-75 by Alex Herbert · 4 years, 4 months ago
  90. 7c5ff83 Merge branch 'GEOMETRY-63__Matt' by Gilles Sadowski · 4 years, 4 months ago
  91. 78b5c21 GEOMETRY-63: simplifying AbstractConvexHyperplaneBoundedRegion.ConvexRegionBoundaryBuilder; adding assertions to WelzlEncloser2DTest test method by Matt Juntunen · 4 years, 4 months ago
  92. 4d5b404 GEOMETRY-75: small tweaks from PR feedback by Matt Juntunen · 4 years, 4 months ago
  93. 697a2fe GEOMETRY-75: improving input vector creation in VectorPerformance by Matt Juntunen · 4 years, 4 months ago
  94. 9874573 GEOMETRY-85: bumping commons-rng 1.2 -> 1.3; using normalized gaussian distribution for vectors in VectorPerformance by Matt Juntunen · 4 years, 4 months ago
  95. 7db57ef GEOMETRY-75: using multiple input vectors per benchmark by Matt Juntunen · 4 years, 4 months ago
  96. 0df749c Merge pull request #61 from darkma773r/geometry-63 by Alex Herbert · 4 years, 4 months ago
  97. fb28076 changing LinecastCheckerXD returns() and returnsNothing() methods to expect() and expectNothing() for better sonarqube reporting by Matt Juntunen · 4 years, 4 months ago
  98. 09fb252 Merge remote-tracking branch 'origin/master' into geometry-63 by Matt Juntunen · 4 years, 4 months ago
  99. 1a543e5 GEOMETRY-75: adding performance module and VectorPerformance test by Matt Juntunen · 4 years, 4 months ago
  100. f8127fc Merge branch 'GEOMETRY-80__Matt' by Gilles Sadowski · 4 years, 4 months ago