Add further comment to FlipEdge

This commit is contained in:
Massimiliano Corsini 2005-12-16 10:47:48 +00:00
parent 67dca7d9e6
commit c1ffab75de
1 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,9 @@
History History
$Log: not supported by cvs2svn $ $Log: not supported by cvs2svn $
Revision 1.23 2005/12/16 10:43:23 corsini
Fix one bug
Revision 1.22 2005/12/16 10:29:10 corsini Revision 1.22 2005/12/16 10:29:10 corsini
Add CheckOrientation Add CheckOrientation
Reimplement SwapEdge function Reimplement SwapEdge function
@ -351,6 +354,9 @@ static bool CheckFlipEdge(FaceType &f, int z)
* Check for topological correctness first using <CODE>CheckFlipFace()</CODE>. * Check for topological correctness first using <CODE>CheckFlipFace()</CODE>.
* \param f pointer to the face * \param f pointer to the face
* \param z the edge index * \param z the edge index
*
* Note: For <em>edge flip</em> we intend the swap of the diagonal of the rectangle
* formed by the face \a f and the face adjacent to the specified edge.
*/ */
template <class FaceType> template <class FaceType>
static void FlipEdge(FaceType &f, const int z) static void FlipEdge(FaceType &f, const int z)