7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-23 00:23:32 +00:00
kicad/libs
Alexander Rauth 9177e62718 correct polygon area calculation
When calculating a part of the polygon area and thus ending the polygon
at the specified vertex aEnd we  need to calculate and add the area below
the needed additional line from "aEnd" to "this" to close the resulting
partial polygon. As in this case VERTEX* p references "aEnd" after exiting
the do-while loop the correction  term in the if-statement was always
evaluated to zero. Change "aEnd" to "this" in the correction term.
2024-07-11 10:09:54 -07:00
..
core Do not update schematic editor net navigator when it's not shown. 2024-06-05 11:46:19 -04:00
kimath correct polygon area calculation 2024-07-11 10:09:54 -07:00
kinng Refactor; add user control over API server 2024-04-02 19:51:18 -04:00
kiplatform Update wayland file location 2024-06-03 10:57:08 -07:00
sexpr Tidy up string find API usages. 2024-05-28 15:30:29 +01:00
CMakeLists.txt ADDED: A new IPC API based on protobuf and nng 2024-04-02 19:34:36 -04:00