Add intersect constraint UI (#71)

* Add intersect constraint UI

* add more combos for intersect constraint
This commit is contained in:
Kurt Hutten
2023-03-19 18:46:39 +11:00
committed by GitHub
parent 0995780abb
commit 22c356a841
9 changed files with 439 additions and 78 deletions

View File

@ -22,6 +22,7 @@ export type TooTip =
| 'yLine'
| 'xLineTo'
| 'yLineTo'
| 'angledLineThatIntersects'
export const toolTips: TooTip[] = [
'lineTo',
@ -35,6 +36,7 @@ export const toolTips: TooTip[] = [
'yLine',
'xLineTo',
'yLineTo',
'angledLineThatIntersects',
]
export type GuiModes =