Interface: CircleIntersection
Defined in: src/sdk/geo/NavMath.ts:393
A circle intersection solution.
Properties
x1
x1:
number
Defined in: src/sdk/geo/NavMath.ts:396
The x coordinate of the first solution point.
x2
x2:
number
Defined in: src/sdk/geo/NavMath.ts:402
The x coordinate of the second solution point.
y1
y1:
number
Defined in: src/sdk/geo/NavMath.ts:399
The y coordinate of the first solution point.
y2
y2:
number
Defined in: src/sdk/geo/NavMath.ts:405
The y coordinate of the second solution point.