|
OpenZGY/C++ API and Internals (ALPHA)
Access seismic data stored in ZGY format.
|
General coordinate conversion based on 3 control points. More...
#include <cstdint>#include <cstddef>Go to the source code of this file.
Namespaces | |
| InternalZGY | |
| Implementation not visible to clients. | |
Functions | |
| bool | InternalZGY::generalTransform (double AX0, double AY0, double AX1, double AY1, double AX2, double AY2, double BX0, double BY0, double BX1, double BY1, double BX2, double BY2, double *X, double *Y, std::size_t length) |
| General coordinate conversion based on 3 control points. | |
General coordinate conversion based on 3 control points.
1.8.17