mirror of https://github.com/CGAL/cgal
More fixes
This commit is contained in:
parent
55ea7ba7ec
commit
c11711e728
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue