Comment cleanup in Shape

This commit is contained in:
Tats
2014-01-22 14:59:54 -05:00
parent 3de61fc6dc
commit 3692565d94
2 changed files with 0 additions and 19 deletions

View File

@@ -143,15 +143,6 @@ void Mesh::init(int nColumns, int nRows)
addRow();
}
/**
* This is what _vertices2d looks like.
*
* 0----4----6----1
* | | | |
* 8----9---10---11
* | | | |
* 3----5----7----2
*/
// vertices 0..3 = 4 corners
//
void Mesh::addColumn()