Exemplo n.º 1
0
        public override bool IsCloseTo(ClosestObject other)
        {
            MeshEdge o = (MeshEdge)other;

            return(IsPartialEqual(o.mPointIndex));
        }
Exemplo n.º 2
0
 public bool IsEqual(MeshEdge other)
 {
     return(mIndex == other.mIndex);
 }