Package ca.grimoire.jnoise.modules.generation

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


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

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

TOP

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

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.