Package de.fhpotsdam.unfolding.core

Examples of de.fhpotsdam.unfolding.core.Coordinate.down()


          }

          // or if we have any of the children
          if (!gotParent) {
            Coordinate zoomed = coord.zoomBy(1).container();
            Coordinate[] kids = { zoomed, zoomed.right(), zoomed.down(), zoomed.right().down() };
            for (int i = 0; i < kids.length; i++) {
              zoomed = kids[i];
              // make sure we still have ints:
              zoomed.row = PApplet.round(zoomed.row);
              zoomed.column = PApplet.round(zoomed.column);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.