Simbody
3.6
|
This file defines the BicubicSurface class, and the BicubicFunction class that uses it to create a two-argument Function object. More...
Go to the source code of this file.
Classes | |
class | SimTK::BicubicSurface |
This class will create a smooth surface that approximates a two-argument function F(X,Y) from a given set of samples of that function on a rectangular grid with regular or irregular spacing. More... | |
class | SimTK::BicubicSurface::PatchHint |
This object is used to hold precalculated data about the most recently accessed patch to accelerate the common case of repeated access to the same patch or to nearby patches. More... | |
class | SimTK::BicubicFunction |
This is a two-argument Function built using a shared BicubicSurface and managing current state to optimize for localized access. More... | |
Namespaces | |
SimTK | |
This is the top-level SimTK namespace into which all SimTK names are placed to avoid collision with other symbols. | |
This file defines the BicubicSurface class, and the BicubicFunction class that uses it to create a two-argument Function object.