mirror of https://github.com/CGAL/cgal
More fixes
This commit is contained in:
parent
c11711e728
commit
7f1d36c514
|
|
@ -117,8 +117,8 @@ special type of objects. They must, however, supply the relevant
|
|||
traits class, which mainly involves algebraic computations. A traits
|
||||
class also encapsulates the number types used to represent coordinates
|
||||
of geometric objects and to carry out algebraic operations on them. It
|
||||
encapsulates the type of coordinate system used (e.g., Cartesian and
|
||||
Homogeneous), and the geometric or algebraic computation methods
|
||||
encapsulates the type of coordinate system used (e.g., %Cartesian and
|
||||
homogeneous), and the geometric or algebraic computation methods
|
||||
themselves. The precise minimal sets of requirements the actual traits
|
||||
classes must conform to are organized as a hierarchy of concepts; see
|
||||
Section \ref aos_sec-geom_traits.
|
||||
|
|
|
|||
Loading…
Reference in New Issue