mirror of https://github.com/CGAL/cgal
Kernel_d::LA is not part of the concept and is already mentioned in
Cartesian_d and Homogeneous_d.
This commit is contained in:
parent
2b26ecc42b
commit
994e7e16fb
|
|
@ -130,8 +130,7 @@ predicates and constructions.
|
|||
|
||||
For reasons that will become evident later, a representation class
|
||||
provides two typenames for number types,
|
||||
namely `R::FT` and `R::RT` and one typename for the linear
|
||||
algebra module `R::LA`.
|
||||
namely `R::FT` and `R::RT`.
|
||||
The type `R::FT` must fulfill the
|
||||
requirements on what is called a <I>field type</I> in \cgal. This
|
||||
roughly means that `R::FT` is a type for which operations \f$ +\f$,
|
||||
|
|
|
|||
Loading…
Reference in New Issue