Package ca.grimoire.jnoise.modules.generation

Examples of ca.grimoire.jnoise.modules.generation.Sphere


    if (!hasAmplitude)
      throw new BuilderException ("Sphere requires amplitude.");
    if (frequency < 0.0)
      throw new BuilderException ("Sphere requires non-negative frequency.");

    return new Sphere (frequency, amplitude);
  }
View Full Code Here

TOP

Related Classes of ca.grimoire.jnoise.modules.generation.Sphere

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.