Package org.miv.pherd.ntree

Examples of org.miv.pherd.ntree.CellSpace


   *            If true the simulation dimensions count is 3 else 2.
   * @param randomNumberGenerator
   *            The random number generator to use.
   */
  public BarnesHutLayout(boolean is3D, Random randomNumberGenerator) {
    CellSpace space;

    this.is3D = is3D;
    this.random = randomNumberGenerator;

    if (is3D) {
View Full Code Here

TOP

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

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.