|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectza.co.luma.math.function.RealFunction2DDouble
public abstract class RealFunction2DDouble
Class suitable for representing mappings from continuous 2D space [0, 1]*[0, 1] to [0, 1].
Constructor Summary | |
---|---|
RealFunction2DDouble()
|
Method Summary | |
---|---|
abstract double |
getDouble(double x,
double y)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RealFunction2DDouble()
Method Detail |
---|
public abstract double getDouble(double x, double y)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |