Skip to main content

Interface: CircleIntersection

A circle intersection solution.

Properties

x1

x1: number

The x coordinate of the first solution point.

Defined in

src/sdk/geo/NavMath.ts:396


x2

x2: number

The x coordinate of the second solution point.

Defined in

src/sdk/geo/NavMath.ts:402


y1

y1: number

The y coordinate of the first solution point.

Defined in

src/sdk/geo/NavMath.ts:399


y2

y2: number

The y coordinate of the second solution point.

Defined in

src/sdk/geo/NavMath.ts:405