mirror of https://github.com/CGAL/cgal
removed \newcommand
This commit is contained in:
parent
d9a432d903
commit
46e12d7cc4
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
This package consist of functions for computing the Minkowksi sum
|
||||
of two polygons in the plane. Namely, given two polygons $P,Q \in
|
||||
\reals^2$ it computes $P \oplus Q = \left\{ p + q ~|~ p \in P,
|
||||
\mathbb{R}^2$ it computes $P \oplus Q = \left\{ p + q ~|~ p \in P,
|
||||
q \in Q \right\}$.
|
||||
|
||||
In addition, the package also includes functions for offsetting a
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
\begingroup
|
||||
|
||||
\newcommand{\reals}{\mathbb{R}}
|
||||
|
||||
\input{Minkowski_sum_2_ref/intro}
|
||||
\input{Minkowski_sum_2_ref/minkowski_sum}
|
||||
\input{Minkowski_sum_2_ref/approx_offset}
|
||||
|
|
|
|||
Loading…
Reference in New Issue