API / geotoolkit3d / util / well / Deviation
Namespaces
Classes
Variables
Variables
• Const Method: Object
Built-in algorithms to compute cartesian coordinates from direction values.
These methods compute north, east and tvd values using the inclination-azimuth-md values.
The methods implemented use different approach to create a trajectory using the given parameters.
| 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, tolerance: number) => void |