|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QuantumMap
Provides methods to map value. Each method is wrapper around a method exposed
by the Math
class. Each value mapper should implements this I/F.
Method Summary | |
---|---|
double |
transform(double x,
double k)
Maps the specified value. |
double |
transform(float x,
double k)
Maps the specified value. |
double |
transform(int x,
double k)
Maps the specified value. |
Method Detail |
---|
double transform(int x, double k)
x
- The input value.k
- The selected curve in the family.
double transform(double x, double k)
x
- The input value.k
- The selected curve in the family.
double transform(float x, double k)
x
- The input value.k
- The selected curve in the family.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: Beta-4.2.0-r7571-b29
Copyright © 2009 The University of Dundee. All Rights Reserved.