java Programming Glossary: intersections
Character class subtraction, converting from Java syntax to RegexBuddy http://stackoverflow.com/questions/3201689/character-class-subtraction-converting-from-java-syntax-to-regexbuddy
Java- Intersection point of a Polygon and Line http://stackoverflow.com/questions/5184815/java-intersection-point-of-a-polygon-and-line The former parses over all polygon segments and checks for intersections the latter does the actual calculation. Do keep in mind that.. to avoid duplicate points might occur on polygon corner intersections . Please don't use this without extensive testing since I've.. line new Line2D.Double 2.5 1.3 1.3 2.5 final Set Point2D intersections getIntersections poly line for Iterator Point2D it intersections.iterator..
|