|
| EvaluatorBase () |
| Initializes a new instance of the T:Crystal.EvaluatorBase class. More...
|
|
| EvaluatorBase (Pointf ptA, Pointf ptB) |
| Initializes a new instance of the T:Crystal.EvaluatorBase class. More...
|
|
float | Xa |
| The x-coordinate of point A. Note, this can have any value in the real interval (-inf, +inf). More...
|
|
float | Xb |
| The x-coordinate of point B. Note, this can have any value in the real interval (-inf, +inf). More...
|
|
float | Ya |
| The y-coordinate of point A. Note, this can have a value within the interval [0, 1]. More...
|
|
float | Yb |
| The y-coordinate of point B. Note, this can have a value within the interval [0, 1]. More...
|
|
Pointf | PtA [get] |
| The first point of the evaluator. The x-coordinate of this point will always be strictly smaller than that of PtB. More...
|
|
Pointf | PtB [get] |
| The second point of the evaluator. The x-coordinate of this point will always be strictly larger than that of PtA. More...
|
|
float | MinX [get] |
| The lower bound of the x-coordinate interval. More...
|
|
float | MaxX [get] |
| The upper bound of the x-coordinate interval. More...
|
|
float | MinY [get] |
| The lower bound of the y-coordinate interval. More...
|
|
float | MaxY [get] |
| The upper bound of the y-coordinate interval. More...
|
|
Interval< float > | XInterval [get] |
| The x-coordinate interval represents the domain of definition of this evaluator. More...
|
|
Interval< float > | YInterval [get] |
| The y-coordinate interval represents the range of this evaluator. Note that this must be a sub-interval (or the entire interval) [0,1]. More...
|
|
bool | IsInverted [get, set] |
| When true, the output of the Evaluate method is transformed to 1.0f - (normal output). More...
|
|
Pointf | PtA [get] |
| The first point of the evaluator. The x-coordinate of this point will always be strictly smaller than that of PtB. More...
|
|
Pointf | PtB [get] |
| The second point of the evaluator. The x-coordinate of this point will always be strictly larger than that of PtA. More...
|
|
float | MinX [get] |
| The lower bound of the x-coordinate interval. More...
|
|
float | MaxX [get] |
| The upper bound of the x-coordinate interval. More...
|
|
float | MinY [get] |
| The lower bound of the y-coordinate interval. More...
|
|
float | MaxY [get] |
| The upper bound of the y-coordinate interval. More...
|
|
Interval< float > | XInterval [get] |
| The x-coordinate interval represents the domain of definition of this evaluator. More...
|
|
Interval< float > | YInterval [get] |
| The y-coordinate interval represents the range of this evaluator. Note that this must be a sub-interval (or the entire interval) [0,1]. More...
|
|
bool | IsInverted [get, set] |
| When true, the output of the Evaluate method is transformed to 1.0f - (normal output). More...
|
|
The PowerEvaluator returns a normalized utility based on a power function that has effectively 1 parameter ( 0 leq p le 10000 ) bounded by the box defined by PtA and PtB with PtA.x being strictly less than PtB.x! Power
for an interactive plot.