Skip to main content

Interface: CircleIntersection

Defined in: src/sdk/geo/NavMath.ts:419

A circle intersection solution.

Properties

x1

x1: number

Defined in: src/sdk/geo/NavMath.ts:422

The x coordinate of the first solution point.


x2

x2: number

Defined in: src/sdk/geo/NavMath.ts:428

The x coordinate of the second solution point.


y1

y1: number

Defined in: src/sdk/geo/NavMath.ts:425

The y coordinate of the first solution point.


y2

y2: number

Defined in: src/sdk/geo/NavMath.ts:431

The y coordinate of the second solution point.