vZome / vzome

vZome is a desktop 3D modeling tool, originally designed to model Zometool
https://www.vzome.com/home
Apache License 2.0
17 stars 7 forks source link

Fix bug in LineReflectionTool #908

Closed david-hall closed 3 months ago

david-hall commented 3 months ago

NPE thrown when axis was not collinear with origin because line-line intersection was calculated with an incorrect line (missing offset). Includes new regression file exhibiting the conditions to generate the bug.