Go to the source code of this file.
|
| namespace | ug |
| | the ug namespace
|
| |
|
| bool | ug::ProjectToLimitLoop (Grid &grid, APosition &aProjPos) |
| | projects surface vertices to their limit subdivision surface position
|
| |
| template<class TAVrtPos > |
| void | ug::ProjectToLimitPLoop (Grid &grid, TAVrtPos aPos, TAVrtPos aProjPos) |
| | projects all vertices in the given grid to their limit-positions using the piecewise loop scheme.
|
| |
| template<class TAVrtPos > |
| void | ug::ProjectToLimitSubdivBoundary (Grid &grid, TAVrtPos aPos, TAVrtPos aProjPos) |
| | projects all boundary vertices in the given grid to their limit-positions using the piecewise loop scheme.
|
| |