Skip to content

Commit

Permalink
Merge branch 'master' of github.com:skramm/homog2d
Browse files Browse the repository at this point in the history
  • Loading branch information
skramm committed Feb 5, 2025
2 parents 2af4159 + 7d9e44d commit 68d7c7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/homog2d_devinfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The different implementations are written as two `impl_` private functions that
If the situation only makes sense for one of the types (for example `getAngle()` cannot be considered for two points), then
the implementation of that type only holds a `static_assert`, so that error can be catched at build time.

This is mostly used with the three "base" classes:
This is mostly used with the three "base" classes, located in namespace `base`:
- `base::LPBase`, specialized as `Point2d_` and `Line2d_`
- `base::PolylineBase`specialized as `CPolyline_` and `OPolyline`
- `base::SegVec`, specialized as `Segment_` and `OSegment_`
Expand Down
2 changes: 1 addition & 1 deletion homog2d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10735,7 +10735,7 @@ getParallelSegs( const Segment_<FPT>& seg, T dist )
/// Free function, returns middle points of set of segments/circles
/**
\sa Segment_::getCenter()
\sa Center_::getCenter()
\sa Circle_::getCenter()
- input: set of segments
- output: set of points (same container)
*/
Expand Down

0 comments on commit 68d7c7a

Please sign in to comment.