public override bool IsCloseTo(ClosestObject other) { MeshEdge o = (MeshEdge)other; return(IsPartialEqual(o.mPointIndex)); }
public bool IsEqual(MeshEdge other) { return(mIndex == other.mIndex); }