java Programming Glossary: lastcoords
Java- Intersection point of a Polygon and Line http://stackoverflow.com/questions/5184815/java-intersection-point-of-a-polygon-and-line 2 First point needed for closing polygon path final double lastCoords new double 2 Previously visited point final Set Point2D intersections.. firstCoords Getting the first coordinate pair lastCoords 0 firstCoords 0 Priming the previous coordinate pair lastCoords.. 0 firstCoords 0 Priming the previous coordinate pair lastCoords 1 firstCoords 1 polyIt.next while polyIt.isDone final int type..
|