LibreCAD / libdxfrw

Successor of https://sourceforge.net/projects/libdxfrw/, developed for LibreCAD, by LibreCAD Contributors, usable for all
GNU General Public License v2.0
198 stars 75 forks source link

DRW_Solid thirdCorner and fourthCorner methods return the same point #64

Closed TAImatem closed 2 years ago

TAImatem commented 2 years ago

https://github.com/LibreCAD/libdxfrw/blob/34b65b020e636cf5b356b17eb6dd55fe162fcc70/src/drw_entities.h#L401-L404 Both return thirdPoint in the code. Not sure what's correct order in this case, since SOLID entity has that weird third and forth points switcheroo.

lordofbikes commented 2 years ago

many thanks :+1: