|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.media.pictures.filters.math.MathFunction1D
public class MathFunction1D
DOCUMENT ME!
| Field Summary | |
|---|---|
static int |
ACOS
DOCUMENT ME! |
static int |
ASIN
DOCUMENT ME! |
static int |
ATAN
DOCUMENT ME! |
static int |
COS
DOCUMENT ME! |
static int |
SIN
DOCUMENT ME! |
static int |
SQR
DOCUMENT ME! |
static int |
SQRT
DOCUMENT ME! |
static int |
TAN
DOCUMENT ME! |
| Constructor Summary | |
|---|---|
MathFunction1D(int operation)
Creates a new MathFunction1D object. |
|
| Method Summary | |
|---|---|
float |
evaluate(float v)
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int SIN
public static final int COS
public static final int TAN
public static final int SQRT
public static final int ASIN
public static final int ACOS
public static final int ATAN
public static final int SQR
| Constructor Detail |
|---|
public MathFunction1D(int operation)
operation - DOCUMENT ME!| Method Detail |
|---|
public float evaluate(float v)
evaluate in interface Function1Dv - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||