add radial profile

This commit is contained in:
2026-04-15 23:01:47 -07:00
parent 1d98ccf190
commit 0bf001c24b
6 changed files with 246 additions and 14 deletions

View File

@@ -66,6 +66,10 @@ export interface OverlayData {
y2?: number;
xm?: number;
ym?: number;
cx?: number;
cy?: number;
ex?: number;
ey?: number;
a_locked?: boolean;
b_locked?: boolean;
section_title?: string;