Package rakama.worldtools.coord

Examples of rakama.worldtools.coord.BoundingBox


        int maxx = minx + 511;
        int maxz = minz + 511;
        int miny = 0;
        int maxy = 255;
       
        this.box = new BoundingBox(minx, miny, minz, maxx, maxy, maxz);
    }
View Full Code Here

TOP

Related Classes of rakama.worldtools.coord.BoundingBox

Copyright © 2018 www.massapicom. 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.