mirror of https://github.com/CGAL/cgal
added PolynomialTraits_d::Permute
This commit is contained in:
parent
2455ef9e85
commit
b3c5b68f23
|
|
@ -220,6 +220,9 @@ position, for instance, it should become the outermost variable while the
|
||||||
relative order of the other variables remains unchanged.
|
relative order of the other variables remains unchanged.
|
||||||
For such a case the polynomial traits provides \ccc{PolynomialTraits_d::Move}.
|
For such a case the polynomial traits provides \ccc{PolynomialTraits_d::Move}.
|
||||||
|
|
||||||
|
Of course there is also a general method to interchange the order of
|
||||||
|
variables, namely \ccc{PolynomialTraits_d::Permute}.
|
||||||
|
|
||||||
\subsection{Examples}
|
\subsection{Examples}
|
||||||
The following example illustrates the application of the functors discussed
|
The following example illustrates the application of the functors discussed
|
||||||
above:
|
above:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue