Package ca.grimoire.jnoise.modules.transform

Examples of ca.grimoire.jnoise.modules.transform.Translate


   * @return a Translate module.
   * @throws BuilderException
   *           if the source module has not been provided.
   */
  public Translate createModule () throws BuilderException {
    return new Translate (getSource ().createModule (), getX (), getY (),
        getZ ());
  }
View Full Code Here

TOP

Related Classes of ca.grimoire.jnoise.modules.transform.Translate

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.