dng_1d_inverse Class ReferenceA dng_1d_function that represents the inverse of another dng_1d_function. More...
Inheritance diagram for dng_1d_inverse:
![]()
Detailed DescriptionA dng_1d_function that represents the inverse of another dng_1d_function.Member Function Documentation
Return the mapping for value x. This method must be implemented by a derived class of dng_1d_function and the derived class determines the lookup method and function used.
Implements dng_1d_function. References dng_1d_function::EvaluateInverse().
Return the reverse mapped value for y. This method can be implemented by derived classes. The default implementation uses Newton's method to solve for x such that Evaluate(x) == y.
Reimplemented from dng_1d_function. References dng_1d_function::Evaluate().
The documentation for this class was generated from the following files:
|