/[Apache-SVN]
ViewVC logotype

Revision 1124619


Jump to revision: Previous Next
Author: luc
Date: Thu May 19 09:12:48 2011 UTC (13 years, 4 months ago)
Changed paths: 47
Log Message:
renamed packages oneD, twoD and threeD into oned, twod and threed

Changed paths

Path Details
Directorycommons/proper/math/trunk/findbugs-exclude-filter.xml modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/oneD/ deleted
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/oned/
(Copied from commons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/oneD, r1124588)
added
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/oned/Interval.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/oned/IntervalsSet.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/oned/OrientedPoint.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/oned/Point1D.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/threeD/ deleted
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/threed/
(Copied from commons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/threeD, r1124588)
added
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/threed/CardanEulerSingularityException.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/threed/Line.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/threed/NotARotationMatrixException.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/threed/OutlineExtractor.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/threed/Plane.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/threed/Point3D.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/threed/PolyhedronsSet.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/threed/Rotation.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/threed/RotationOrder.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/threed/Vector3D.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/threed/Vector3DFormat.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/twoD/ deleted
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/twod/
(Copied from commons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/twoD, r1124588)
added
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/twod/Line.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/twod/NestedLoops.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/twod/Point2D.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/twod/PolygonsSet.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/twod/Segment.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/twod/SegmentBuilder.java modified , text changed
Directorycommons/proper/math/trunk/src/site/xdoc/userguide/geometry.xml modified , text changed
Directorycommons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/euclidean/oneD/ deleted
Directorycommons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/euclidean/oned/
(Copied from commons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/euclidean/oneD, r1124588)
added
Directorycommons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/euclidean/oned/IntervalsSetTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/euclidean/threeD/ deleted
Directorycommons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/euclidean/threed/
(Copied from commons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/euclidean/threeD, r1124588)
added
Directorycommons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/euclidean/threed/FrenchVector3DFormatTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/euclidean/threed/LineTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/euclidean/threed/PlaneTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/euclidean/threed/PolyhedronsSetTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/euclidean/threed/RotationOrderTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/euclidean/threed/RotationTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/euclidean/threed/Vector3DFormatAbstractTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/euclidean/threed/Vector3DFormatTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/euclidean/threed/Vector3DTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/euclidean/twoD/ deleted
Directorycommons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/euclidean/twod/
(Copied from commons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/euclidean/twoD, r1124588)
added
Directorycommons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/euclidean/twod/LineTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/euclidean/twod/PolygonsSetTest.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26