Example #1
0
        private IEnumerable <int> FindIdsOfClosestPoints([NotNull] IPoint3D fromPoint3D)
        {
            m_Calculator.Calculate(fromPoint3D);

            return(m_Calculator.Ids());
        }