Remove Documention bug in to_vector of Segment_3.h

This commit is contained in:
lvalque 2025-04-15 09:57:05 +02:00 committed by GitHub
parent d0478493a0
commit b0dcf8c3f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ returns the squared length of `s`.
Kernel::FT squared_length() const; Kernel::FT squared_length() const;
/*! /*!
returns the vector `s.target()` - `s`.`source()`. returns the vector `s.target()` - `s.source()`.
*/ */
Vector_3<Kernel> to_vector() const; Vector_3<Kernel> to_vector() const;