Beispiel #1
0
 public bool Contains(VVert vvert)
 {
     return(vvert.Equals(m_VVerts[0]) || vvert.Equals(m_VVerts[1]));
 }