Package ca.grimoire.jnoise.modules.basic

Examples of ca.grimoire.jnoise.modules.basic.Constant


   */
  public Constant createModule () throws BuilderException {
    if (!valueSet)
      throw new BuilderException ("No noise value for constant module.");

    return new Constant (value);
  }
View Full Code Here

TOP

Related Classes of ca.grimoire.jnoise.modules.basic.Constant

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.