[geometry] Additional Euclidean Point/Vector Methods

2018-06-24 Thread Matt Juntunen
Hi all, I'd like to add some additional methods to the Euclidean Point/Vector classes. Some are for convenience/readability and some are critical pieces of functionality that I believe are missing. Vector Methods: 1. length() - Return the length of the vector; this is a more intuitive

Re: [geometry] Polar/Spherical Coordinates API

2018-06-24 Thread Matt Juntunen
Hello, I didn't receive any feedback on this so I'm going to assume that everyone is okay with this approach. I'm working on a pull request now (https://github.com/darkma773r/commons-geometry/tree/polar-spherical-working). Also, I'm changing the property names of the existing

[GitHub] commons-collections pull request #12: [COLLECTIONS-573] Add CollectionUtils#...

2018-06-24 Thread Klapsa2503
Github user Klapsa2503 commented on a diff in the pull request: https://github.com/apache/commons-collections/pull/12#discussion_r197633792 --- Diff: src/main/java/org/apache/commons/collections4/CollectionUtils.java --- @@ -1889,4 +1889,66 @@ public static int maxSize(final