mirror of https://github.com/CGAL/cgal
Remove Documention bug in to_vector of Segment_3.h
This commit is contained in:
parent
d0478493a0
commit
b0dcf8c3f5
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue