diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:19:37 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:19:37 -0400 |
commit | 34792d15c11abe4f2d3770973b549810872b7717 (patch) | |
tree | 6ba6618e63869e5389ed646dd436ba6651148d63 /libraries/CGAL | |
parent | eb28b6c35bc372ba3794c17e6bf4258aa960993b (diff) |
libraries/CGAL: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/CGAL')
-rw-r--r-- | libraries/CGAL/README | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/libraries/CGAL/README b/libraries/CGAL/README index bacec366aced8..9c17baf407190 100644 --- a/libraries/CGAL/README +++ b/libraries/CGAL/README @@ -1,8 +1,7 @@ -The Computational Geometry Algorithms Library (CGAL) provides efficient and -reliable geometric algorithms in the form of a C++ library. CGAL is used in -various areas needing geometric computation, such as computer graphics, -scientific visualization, computer aided design and modelling, geographic -information systems, molecular biology, medical imaging, robotics and -motion planning, mesh generation and numerical methods. - -Optional dependency: qt5 +The Computational Geometry Algorithms Library (CGAL) provides +efficient and reliable geometric algorithms in the form of a C++ +library. CGAL is used in various areas needing geometric computation, +such as computer graphics, scientific visualization, computer aided +design and modelling, geographic information systems, molecular +biology, medical imaging, robotics and motion planning, mesh +generation and numerical methods. |