All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.octo.android.robospice.sample.model.FractalOperator Maven / Gradle / Ivy

The newest version!
package com.octo.android.robospice.sample.model;

/**
 * Implement this interface to calculate the fractal escape velocity for a given fractal set (i.e. Mandelbrot).
 * 
 * @author girino
 */
public interface FractalOperator {
    /**
     * added this as a hack to how to choose julia's C.
     * 
     * @param config
     */
    public int apply( double x, double y, int maxiter );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy