API / geotoolkit3d / util / well / Direction
Namespaces
Classes
Variables
Variables
• Const Method: Object
Built-in algorithms to compute direction values from cartesian coordinates.
These methods compute the inclination-azimuth-md values from the north, east and tvd values.
Based on the inverse transformation of the corresponding DeviationUtil.Method algorithm.
| Name | Type |
|---|---|
AverageAngle | (input: InputValues, output: ComputedResult) => void |
BalancedTangential | (input: InputValues, output: ComputedResult) => void |
CurvatureRadius | (input: InputValues, output: ComputedResult, tolerance: number) => void |
MinimumCurvature | (input: InputValues, output: ComputedResult) => void |