mirror of https://github.com/CGAL/cgal
Move concept out of ::CGAL:: namespace
This commit is contained in:
parent
f883bc9c23
commit
a9b1701980
|
|
@ -1,5 +1,3 @@
|
|||
namespace CGAL {
|
||||
|
||||
/*!
|
||||
\ingroup PkgOptimalBoundingBoxConcepts
|
||||
\cgalConcept
|
||||
|
|
@ -36,5 +34,3 @@ public:
|
|||
/// Returns the unitary matrix `Q` obtained in the QR-decomposition of the matrix `m`.
|
||||
Matrix get_Q(const Matrix& m) const;
|
||||
};
|
||||
|
||||
} // namespace CGAL
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ that are used in this package.
|
|||
|
||||
\cgalCRPSection{Concepts}
|
||||
|
||||
- `CGAL::OrientedBoundingBoxTraits`
|
||||
- `OrientedBoundingBoxTraits`
|
||||
|
||||
\cgalCRPSection{Classes}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue