API / geotoolkit3d / util / well / Deviation

Module: Deviation

Table of contents

Namespaces
Classes
Variables

Contents

Variables

Method

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.

Type declaration

NameType
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