fix: Improve labeling of line segments (#54)

Gets all of Joyce through Book V working.

Reviewed-on: #54
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Co-committed-by: Glen Whitney <glen@studioinfinity.org>
This commit is contained in:
Glen Whitney 2024-01-17 23:14:02 +00:00 committed by Glen Whitney
parent b1e480a4be
commit a9a5a3584f
1 changed files with 2 additions and 1 deletions

View File

@ -378,7 +378,8 @@ function jToG(
when 'line'
(`Midpoint(${name})`
+ ` + Rotate(Direction(${name})`
+ `*Length(${name})*0.02, pi/2)`)
+ `*Length(${name})*0.025/Length(Direction(${name})),`
+ `pi/2)`)
when 'circle'
(`Center(${name})`
+ ` + Radius(${name})*Vector((12/13,5/13))*1.03`)