CascadeSharp.TKBO.IntTools.IntTools_MapOfCurveSample.Intersection C# (CSharp) Метод

Intersection() публичный Метод

public Intersection ( IntTools_MapOfCurveSample theLeft, IntTools_MapOfCurveSample theRight ) : void
theLeft IntTools_MapOfCurveSample
theRight IntTools_MapOfCurveSample
Результат void
        public void Intersection(IntTools_MapOfCurveSample theLeft, IntTools_MapOfCurveSample theRight)
        {
            throw new NotImplementedException();
        }