More fixes

This commit is contained in:
Andreas Fabri 2023-08-22 10:29:04 +01:00
parent 55ea7ba7ec
commit c11711e728
2 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,7 @@
The concept `RingNumberType` combines the requirements of the concepts
`IntegralDomainWithoutDivision` and `RealEmbeddable`.
A model of `RingNumberType` can be used as a template parameter
for Homogeneous kernels.
for homogeneous kernels.
\cgalRefines{IntegralDomainWithoutDivision,RealEmbeddable}
@ -32,4 +32,3 @@ class RingNumberType {
public:
}; /* end RingNumberType */

View File

@ -448,7 +448,7 @@ We recommend the use of the \cgal kernels `Homogeneous`,
The homogeneous kernel provides reliable fast performance. In combination with
`leda_integer` it is the fastest kernel for `Nef_polyhedron_3`. The
`Exact_predicates_exact_constructions_kernel` uses filtering. In non-degenerate
scenarios it's faster than the Homogeneous kernel. The most
scenarios it's faster than the homogeneous kernel. The most
important advantage of the filtered kernel is that it is a %Cartesian
kernel, which allows the proper handling of OFF files using
floating-point coordinates.