Package org.miv.pherd.ntree

Examples of org.miv.pherd.ntree.QuadtreeCellSpace


    if (is3D) {
      space = new OctreeCellSpace(new Anchor(-1, -1, -1), new Anchor(1,
          1, 1));
    } else {
      space = new QuadtreeCellSpace(new Anchor(-1, -1, -0.01f),
          new Anchor(1, 1, 0.01f));
    }

    this.nodes = new ParticleBox(nodesPerCell, space,
        new GraphCellData());
View Full Code Here

TOP

Related Classes of org.miv.pherd.ntree.QuadtreeCellSpace

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.