More fixes

This commit is contained in:
Andreas Fabri 2023-08-22 10:34:51 +01:00
parent c11711e728
commit 7f1d36c514
1 changed files with 2 additions and 2 deletions

View File

@ -117,8 +117,8 @@ special type of objects. They must, however, supply the relevant
traits class, which mainly involves algebraic computations. A traits traits class, which mainly involves algebraic computations. A traits
class also encapsulates the number types used to represent coordinates class also encapsulates the number types used to represent coordinates
of geometric objects and to carry out algebraic operations on them. It of geometric objects and to carry out algebraic operations on them. It
encapsulates the type of coordinate system used (e.g., Cartesian and encapsulates the type of coordinate system used (e.g., %Cartesian and
Homogeneous), and the geometric or algebraic computation methods homogeneous), and the geometric or algebraic computation methods
themselves. The precise minimal sets of requirements the actual traits themselves. The precise minimal sets of requirements the actual traits
classes must conform to are organized as a hierarchy of concepts; see classes must conform to are organized as a hierarchy of concepts; see
Section \ref aos_sec-geom_traits. Section \ref aos_sec-geom_traits.