Fix wrong type in doc

This commit is contained in:
Mael Rouxel-Labbé 2025-03-20 11:17:21 +01:00
parent 6ad818b190
commit 4976ca6572
1 changed files with 1 additions and 1 deletions

View File

@ -4338,7 +4338,7 @@ public:
Kernel::Vector_3 const& n);
/*!
introduces a variable of type `Kernel::Point_3`.
introduces a variable of type `Kernel::Circle_3`.
It is initialized to the circle passing through the three points.
\pre The three points are not collinear.
*/