Polygon -> Triangle

This commit is contained in:
Andreas Fabri 2024-01-12 17:37:10 +00:00
parent 46eaa3f145
commit decb99a624
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ namespace Isosurfacing {
* \tparam Domain must be a model of `IsosurfacingDomain_3`. * \tparam Domain must be a model of `IsosurfacingDomain_3`.
* \tparam PointRange must be a model of the concepts `RandomAccessContainer` and `BackInsertionSequence` * \tparam PointRange must be a model of the concepts `RandomAccessContainer` and `BackInsertionSequence`
* whose value type can be constructed from the point type of the domain. * whose value type can be constructed from the point type of the domain.
* \tparam PolygonRange must be a model of the concepts `RandomAccessContainer` and `BackInsertionSequence` * \tparam TriangleRange must be a model of the concepts `RandomAccessContainer` and `BackInsertionSequence`
* whose value type is itself a model of the concepts `RandomAccessContainer` * whose value type is itself a model of the concepts `RandomAccessContainer`
* and `BackInsertionSequence` whose value type is `std::size_t`. * and `BackInsertionSequence` whose value type is `std::size_t`.
* \tparam NamedParameters a sequence of \ref bgl_namedparameters "Named Parameters" * \tparam NamedParameters a sequence of \ref bgl_namedparameters "Named Parameters"