Package ca.eandb.jmist.framework.path

Examples of ca.eandb.jmist.framework.path.Path.slice()


  }


  private final Path generatePath(PathSeed seed) {
    Path path = generatePath(seed.randomSeed);
    return path.slice(seed.lightPathLength, seed.eyePathLength);
  }

  /* (non-Javadoc)
   * @see ca.eandb.jdcp.job.ParallelizableJob#getNextTask()
   */
 
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.