Remove Documention bug in to_vector of Segment_3.h (#8846)

This commit is contained in:
Sebastien Loriot 2025-04-15 16:44:13 +02:00 committed by GitHub
commit 644f4235dc
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;
/*!
returns the vector `s.target()` - `s`.`source()`.
returns the vector `s.target()` - `s.source()`.
*/
Vector_3<Kernel> to_vector() const;