Fix location of doc image

This commit is contained in:
Mael Rouxel-Labbé 2024-01-22 15:53:52 +01:00
parent 984a541006
commit f9858e53db
1 changed files with 2 additions and 3 deletions

View File

@ -7152,9 +7152,6 @@ public:
\ingroup PkgKernel23ConceptsFunctionObjects
\cgalConcept
\image html IsoCuboid.png
\image latex IsoCuboid.png
\cgalRefines{AdaptableBinaryFunction}
\sa `CGAL::Iso_cuboid_3<Kernel>`
@ -7183,6 +7180,8 @@ public:
`c`, as indicated in the figure below. The parameter `i` is
taken modulo 8.
\image html IsoCuboid.png
\image latex IsoCuboid.png
*/
Kernel::Point_3 operator()(const
Kernel::Iso_cuboid_3 &c, int i);