Skip to content

Commit 0577357

Browse files
committed
v2.13
1 parent de56da5 commit 0577357

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ It will generate this Svg file:
7676

7777
### News
7878

79-
- 2025-01-26: fresh 2.12 release, see https://github.com/skramm/homog2d/releases
79+
- 2025-06-13: fresh 2.13 release, see https://github.com/skramm/homog2d/releases
80+
- 2025-01-26: 2.12 release
8081
- 2024-04-21: switch to C++17, enable runtime polymorphism using `std::variant`, [see here](docs/homog2d_manual.md#section_rtp)
8182
- 2024-03-23: added SVG "path" element import
8283
- 2023-12-26: 2.11 release

docs/homog2d_history.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,13 @@ See [Release page](https://github.com/skramm/homog2d/releases).
1414

1515
- current Work In Progress
1616
- polygon minimization
17+
- polygon splitting
1718

1819
- current master branch
20+
21+
(NIL)
22+
23+
- [v2.13](https://github.com/skramm/homog2d/releases/tag/v2.13), released on 2025-06-16
1924
- changed behavior of the `size()` member and free functions:
2025
now all of these return the number of points that the primitive has, as a `size_t` type, see [details here](homog2d_manual.md#p_commonf).
2126
- added new type `OSegment` (code shared with `Segment`), enabling getting side of point relatively to vector with member function `getPointSide()`,
@@ -28,7 +33,7 @@ now all of these return the number of points that the primitive has, as a `size_
2833
The latter member function returns the associated displacement as a pair of numerical values.
2934
- clarified `getAngle()` for segments: now returns the full range [-PI:+PI] if both are oriented.
3035
- added `getBisectorLines()` for polyline objects
31-
- added `getOSegment()` to Polyline class
36+
- added `getOSegment()` to Polyline class (oriented segment)
3237
- changed normalization of closed polyline: now constant orientation
3338
- `getLmPoint()` and associated functions now return a `std::pair`, so user can fetch its position in the container.
3439
The downside is that it is now not possible to use a `std::list` as input container.

0 commit comments

Comments
 (0)