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
|
The concept `RingNumberType` combines the requirements of the concepts
|
||||||
`IntegralDomainWithoutDivision` and `RealEmbeddable`.
|
`IntegralDomainWithoutDivision` and `RealEmbeddable`.
|
||||||
A model of `RingNumberType` can be used as a template parameter
|
A model of `RingNumberType` can be used as a template parameter
|
||||||
for Homogeneous kernels.
|
for homogeneous kernels.
|
||||||
|
|
||||||
\cgalRefines{IntegralDomainWithoutDivision,RealEmbeddable}
|
\cgalRefines{IntegralDomainWithoutDivision,RealEmbeddable}
|
||||||
|
|
||||||
|
|
@ -32,4 +32,3 @@ class RingNumberType {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
}; /* end RingNumberType */
|
}; /* 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
|
The homogeneous kernel provides reliable fast performance. In combination with
|
||||||
`leda_integer` it is the fastest kernel for `Nef_polyhedron_3`. The
|
`leda_integer` it is the fastest kernel for `Nef_polyhedron_3`. The
|
||||||
`Exact_predicates_exact_constructions_kernel` uses filtering. In non-degenerate
|
`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
|
important advantage of the filtered kernel is that it is a %Cartesian
|
||||||
kernel, which allows the proper handling of OFF files using
|
kernel, which allows the proper handling of OFF files using
|
||||||
floating-point coordinates.
|
floating-point coordinates.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue