Last updated

API / geotoolkit3d / util / well / Direction / Direction

Namespace: Direction

well.Direction.Direction

Table of contents

Type Aliases

Contents

Type Aliases

ComputeCallback

Ƭ ComputeCallback: (input: InputValues, output: ComputedResult, tolerance?: number) => void

Type declaration

▸ (input, output, tolerance?): void

Parameters
Name Type
inputInputValues
outputComputedResult
Optional tolerancenumber
Returns

void


ComputeOptions

Ƭ ComputeOptions: Object

The method options used for computing the deviation

Type declaration

NameTypeDescription
mode?ComputeCallbackThe method to use to compute the direction values
tolerance?numberEpsilon used to determine if a segment is a straight line

ComputedResult

Ƭ ComputedResult: Object

Type declaration

NameType
azimuth?number[]
inclination?number[]
md?number[]

InitialPoint

Ƭ InitialPoint: Object

Initial direction point, will not be used as an input for the method but as the reference direction.

Type declaration

NameTypeDescription
azimuth?numberInitial azimuth in radians
inclination?numberInitial inclination in radians
md?numberInitial measured depth value

InputValues

Ƭ InputValues: Object

The input values

Type declaration

NameTypeDescription
tvdnumber[]The true vertical depth values
x?number[]The x values
y?number[]The y values