summaryrefslogtreecommitdiff
path: root/src/com/google/common/geometry
AgeCommit message (Expand)Author
2011-11-21Per discussion with kirilll, some checks that we desire to run at debug time ...Eric Engle
2011-11-08Removing very slow precondition checks. Removing these yields 10%Ilyia Kaushansky
2011-11-08Split S2Edge and UndirectedEdge up to make equals() method correct.David Beaumont
2011-11-08Automatic refactoring to encapsulate fields of R2Vector.David Beaumont
2011-10-31Made S1Interval and R1Interval immutable.David Beaumont
2011-10-31Made 'constant' classes fully immutable by either removing or wrapping finalDavid Beaumont
2011-10-31A tidyup CL for the geometry package. Each change in the CL is isolated to theDavid Beaumont
2011-10-31Needing owners approval for removing final keyword from S2LatLngRect in order toMoritz Neun
2011-10-31A more complex CL to avoid exposing the 'bounds' arrays from several of theDavid Beaumont
2011-10-31Removed DoubleMath from geometry package and inlined the one function that wasDavid Beaumont
2011-10-31The checkEdgeCrossings() method now uses the edge index of the context loop, ...Eric Engle
2011-10-31Use PrimitiveType.valueOf() or autoboxing (which uses #valueOf) instead of ne...Kurt Kluever
2011-10-31Modify S2EdgeIndex to prune in "XYZ" instead of longitude as it is muchFrank Warmerdam
2011-10-14This CL replaces the edge index data structure, aMichael Bolin
2011-10-14Performance improvements to S2Loop:Michael Bolin
2011-09-22Initial import.Michael Bolin