Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
skramm committed Dec 23, 2023
1 parent 17ef8a5 commit 26d8f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/homog2d_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -2262,7 +2262,7 @@ This will add a common base class `rtp::Root` to all the geometric primitives.
At present, run-time polymorphism is pretty much preliminar, but required to import data from an SVG file, see [SVG import example](#svg_import_example).


Check test file [homog2d_test_rtp.cpp](../misc/test_files/homog2d_test_rtp.cpp) for an example, unrelated to the SVG import case.
Check test file [homog2d_test_rtp.cpp](../misc/homog2d_test_rtp.cpp) for an example, unrelated to the SVG import case.

Potential pitfall:
there is no checking on the correct cast operation, it is up to the user code to make sure to cast the pointer to the correct type.
Expand Down

0 comments on commit 26d8f0a

Please sign in to comment.