1. 8f863c4 Javadoc. by Gilles Sadowski · 4 years, 7 months ago
  2. 42fb4dc GEOMETRY-61: Improvement of "normalize" functionality for class "Vector1D". by Gilles Sadowski · 4 years, 7 months ago
  3. 2447eaf Enable CheckStyle (based on the configuration for "Commons RNG"). by Gilles Sadowski · 4 years, 7 months ago
  4. a5a4516 Merge branch 'GEOMETRY-46__steven' by Gilles Sadowski · 4 years, 7 months ago
  5. a0fdcf1 Fix unit vector test precision by Steven Fontaine · 4 years, 7 months ago
  6. 91bd071 Prefer get methods over use of super by Steven Fontaine · 4 years, 7 months ago
  7. a07e4bd Fix braces by Steven Fontaine · 4 years, 7 months ago
  8. 1f52ccf Add unit tests by Steven Fontaine · 4 years, 7 months ago
  9. a7ef97f GEOMETRY-46: Add additional UnitVector methods by Steven Fontaine · 4 years, 7 months ago
  10. 687412e Update "pom.xml" (based on the one for "Commons RNG"). by Gilles Sadowski · 4 years, 7 months ago
  11. d48201e Upgrade CP. by Gilles Sadowski · 4 years, 7 months ago
  12. 7f2e1e3 POM file standardization. by Gilles Sadowski · 4 years, 7 months ago
  13. ad77314 Drop Oracle JDK 8, add OpenJDK 13. by Gary Gregory · 4 years, 9 months ago
  14. 6a0d3c1 Merge branch 'GEOMETRY-59__matt' by Gilles Sadowski · 4 years, 9 months ago
  15. c4e7564 Unnecessary variable. by Gilles Sadowski · 4 years, 9 months ago
  16. 357ccaf Formatting nits. by Gilles Sadowski · 4 years, 9 months ago
  17. 6b29515 GEOMETRY-59: adding Plane.fromPoints(Collection, DoublePrecisionContext) to help fix issues with computed Plane orientation by Matt Juntunen · 4 years, 9 months ago
  18. cba4b04 Fix the site's source repository link. by Gary Gregory · 4 years, 9 months ago
  19. dccd12c Replace Apache HTTP URL with HTTPS version. by Gary Gregory · 4 years, 10 months ago
  20. 86950b0 Use HTTPS to access Apache resources. by Gary Gregory · 4 years, 10 months ago
  21. 07f4504 Use HTTPS links to Apache. by Gary Gregory · 4 years, 10 months ago
  22. 7379780 Use HTTPS links to Apache. by Gary Gregory · 4 years, 10 months ago
  23. f7aff26 Use HTTPS links to Apache. by Gary Gregory · 4 years, 10 months ago
  24. c184e3e Added a proposed fix for [GEOMETRY-58] by Benjamin Krogh · 4 years, 11 months ago
  25. c9b99c8 Added a failing test case for welzlencloser corresponding to bug report [GEOMETRY-58] by Benjamin Krogh · 4 years, 11 months ago
  26. 928abf9 [GEOMETRY-57] - BigFraction Constructors are private by Karl Heinz Marbaise · 4 years, 11 months ago
  27. a614915 Merge branch 'GEOMETRY-52__karl' by Gilles Sadowski · 5 years ago
  28. b69c41d Merge branch 'GEOMETRY-19__karl' by Gilles Sadowski · 5 years ago
  29. 182f095 [GEOMETRY-19] - Build Fails with JDK 10 by Karl Heinz Marbaise · 5 years ago
  30. b3ea93d [GEOMETRY-52] - Links in README.md wrong by Karl Heinz Marbaise · 5 years ago
  31. c45647f Merge branch 'GEOMETRY-29__sven' by Gilles Sadowski · 5 years ago
  32. 7a42a6f Trailing spaces, syntax convention. by Gilles Sadowski · 5 years ago
  33. 4c84bea GEOMETRY-29 fixes errors in Plane and Line reported by checkstyle. by Sven Rathgeber · 5 years ago
  34. be6c6c8 GEOMETRY-29 makes {{origin}} computed instead of stored. Makes {{areCoplanar}} a private helper method in {{Plane}}. by Sven Rathgeber · 5 years ago
  35. e94830b Avoid redundant computations. by Gilles Sadowski · 5 years ago
  36. b14d63c GEOMETRY-29 adds javadoc comment. by Sven Rathgeber · 5 years ago
  37. c949642 GEOMETRY-29 working on Matts review. Part III by Sven Rathgeber · 5 years ago
  38. e99a03b GEOMETRY-29 working on Matts review. Part II by Sven Rathgeber · 5 years ago
  39. d0302b9 GEOMETRY-29 working on Matts review. by Sven Rathgeber · 5 years ago
  40. c206720 GEOMETRY-29 adds tests by Sven Rathgeber · 5 years ago
  41. 7d5a006 GEOMETRY-29 removes my alternative version (probably slower) of contains(Plane). by Sven Rathgeber · 5 years ago
  42. 8a10b16 GEOMETRY-29 improves javadoc. Adds tests. by Sven Rathgeber · 5 years ago
  43. f6cee8c GEOMETRY-29 first Version of api according jira issue. Adds equals/toString to Line, adds areCoplanar to Vector3D, adds some tests. by Sven Rathgeber · 5 years ago
  44. 812f07d GEOMETRY-29 rename fromThreePoints to fromPoints, corrects typos. adds getW, adds getOriginOffset, renames fromTwoVectors to fromPlaneVectors. by Sven Rathgeber · 5 years ago
  45. b17f640 GEOMETRY-29 corrects comment for copy factory method, corrects typo. Removes factory method with all arguments supplied. by Sven Rathgeber · 5 years ago
  46. d8697cf GEOMETRY-29 replaces removes redundant method: calculateW. by Sven Rathgeber · 5 years ago
  47. 73b1962 GEOMETRY-29 first version. by Sven Rathgeber · 5 years ago
  48. a05c6ab Merge branch 'GEOMETRY-28__matt' by Gilles Sadowski · 5 years ago
  49. a26b977 GEOMETRY-28: Cleaning up o.a.c.geometry.euclidean.twod.Line API and adding additional unit tests by Matt Juntunen · 5 years ago
  50. 9b78c2a Merge branch 'GEOMETRY-27__matt' by Gilles Sadowski · 5 years ago
  51. 7fd257e GEOMETRY-27: refactoring and cleaning up OrientedPoint class; adding GeometryValueException to encapsulate idea of a programatically correct input that evaluates to an invalid geometric value by Matt Juntunen · 5 years ago
  52. 5f7d21a Merge branch 'GEOMETRY-41__matt' by Gilles Sadowski · 5 years ago
  53. 1f334d1 Merge branch 'GEOMETRY-42__matt' by Gilles Sadowski · 5 years ago
  54. eba3a8e GEOMETRY-42: Adding Vector2D.signedArea(Vector2D) method; removing Vector2D.cross() method since the cross product is not defined in two dimensions by Matt Juntunen · 5 years ago
  55. 91693ec Merge branch 'GEOMETRY-43__sven' by Gilles Sadowski · 5 years ago
  56. 4f15739 Merge commit 'refs/pull/25/head' of https://github.com/apache/commons-geometry into GEOMETRY-43__sven by Gilles Sadowski · 5 years ago
  57. 2851d95 GEOMETRY-43: adding extra condition to Plane.firstIntersection() to avoid returning facets that are parallel to the test line by Matt Juntunen · 5 years ago
  58. f6de918 GEOMETRY-11: using shorter and more consistent method names for DoublePrecisionContext by Matt Juntunen · 5 years ago
  59. 0ccee17 GEOMETRY-41: Adding equals(EuclideanVector, DoublePrecisionContext) and isZero(DoublePrecisionContext) methods to EuclideanVector and subclasses by Matt Juntunen · 5 years ago
  60. a64641d GEOMETRY-43 adds a test -> line intersecting cube. Line lies on plane. One intersection only. by Sven Rathgeber · 5 years ago
  61. 935d18a Merge branch 'GEOMETRY-11__matt' by Gilles Sadowski · 5 years ago
  62. 706ce0d Trailing spaces. by Gilles Sadowski · 5 years ago
  63. 6e83c6a GEOMETRY-11: replacing double tolerance values with DoublePrecisionContext class by Matt Juntunen · 5 years ago
  64. 45b1fe0 GEOMETRY-40: Fix template file (web site). by Gilles Sadowski · 5 years ago
  65. a835cad Merge branch 'fix_GEOMETRY-38__matt' by Gilles Sadowski · 5 years ago
  66. 17833ef GEOMETRY-38: fixing issue where PolyhedronsSet.firstIntersection does not detect intersections on subhyperplane boundaries by Matt Juntunen · 5 years ago
  67. f57f82b Merge branch 'fix_GEOMETRY-39__matt' by Gilles Sadowski · 5 years ago
  68. 614e08f GEOMETRY-39: Removing unneeded checks on PlaneAngleRadians normalization output by Matt Juntunen · 5 years ago
  69. eb6dc19 Merge branch 'task_GEOMETRY-31__matt' by Gilles Sadowski · 5 years ago
  70. d0aaa27 GEOMETRY-31: renaming dotProduct to dot and crossProduct to cross by Matt Juntunen · 5 years ago
  71. c0e9ef1 GEOMETRY-31: standardizing method names with commons-numbers by Matt Juntunen · 5 years ago
  72. ebeb796 removing unused import by Matt Juntunen · 5 years ago
  73. feaf55b minor cleanup: removing unused internal methods, using better test names, adding javadocs by Matt Juntunen · 5 years ago
  74. 35161b5 Upgrade dependencies. by Gilles Sadowski · 5 years ago
  75. 1f1f4d4 Package-access level is not necessary. by Gilles Sadowski · 5 years ago
  76. 3cab923 Reuse functionality defined in "Commons Numbers". by Gilles Sadowski · 5 years ago
  77. 1c4e722 Merge branch 'feature_GEOMETRY-14' by Gilles Sadowski · 5 years ago
  78. 92803e7 GEOMETRY-14: adding Rotation3D and AffineTransformMatrix interfaces by Matt Juntunen · 5 years ago
  79. 437c7c4 GEOMETRY-14: Use class "Slerp" from "Commons Numbers". by Gilles Sadowski · 5 years ago
  80. b0dde35 Reuse existing instance. by Gilles Sadowski · 5 years ago
  81. 1a4d38f GEOMETRY-14: Removed array input/output. by Gilles Sadowski · 5 years ago
  82. ef516df Typo in unit test class name. by Gilles Sadowski · 5 years ago
  83. 7622350 GEOMETRY-14: Removed redundant accessor methods. by Gilles Sadowski · 5 years ago
  84. 730e793 Javadoc. by Gilles Sadowski · 5 years ago
  85. a51ec74 GEOMETRY-14: Decouple "slerp" from "rotation". by Gilles Sadowski · 5 years ago
  86. f19db12 Merge branch 'feature_GEOMETRY-14' of https://gitbox.apache.org/repos/asf/commons-geometry into feature_GEOMETRY-14 by Gilles Sadowski · 5 years ago
  87. e7a30b4 GEOMETRY-14: Move "slerp" algorithm into its own class. by Gilles Sadowski · 5 years ago
  88. d6f9f91 GEOMETRY-14: updates to QuaternionRotation based on changes in Quaternion from commons-numbers by Matt Juntunen · 5 years ago
  89. 97d8fb0 GEOMETRY-14: updating QuaternionRotation to use Quaternion from commons-numbers by Matt Juntunen · 5 years ago
  90. 56334b6 GEOMETRY-14: Adding AffineTransformMatrix?D classes, QuaternionRotation, and AxisAngleSequence; removing previous Rotation class by Matt Juntunen · 5 years ago
  91. 3ac0428 GEOMETRY-14: Move "slerp" algorithm into its own class. by Gilles Sadowski · 5 years ago
  92. d52d1d0 GEOMETRY-14: updates to QuaternionRotation based on changes in Quaternion from commons-numbers by Matt Juntunen · 5 years ago
  93. 7439d54 GEOMETRY-14: updating QuaternionRotation to use Quaternion from commons-numbers by Matt Juntunen · 5 years ago
  94. c262311 Upgrade dependency. by Gilles Sadowski · 5 years ago
  95. 6a713ad Fix POM. by Gilles Sadowski · 5 years ago
  96. c7f8a3d GEOMETRY-14: Adding AffineTransformMatrix?D classes, QuaternionRotation, and AxisAngleSequence; removing previous Rotation class by Matt Juntunen · 5 years ago
  97. 4754509 Upgrade CP. by Gilles Sadowski · 5 years ago
  98. 2ed7071 Merge branch 'GEOMETRY-23__matt' by Gilles Sadowski · 5 years ago
  99. b3228a1 Redundant exclude in RAT config. by Gilles Sadowski · 5 years ago
  100. 5e7b262 Trailing spaces. by Gilles Sadowski · 5 years ago