Example #1
0
        /***************************************************/
        /**** Public Methods - Interfaces               ****/
        /***************************************************/

        public static Vector ITangentAtPoint(this ICurve curve, Point point, double tolerance = Tolerance.Distance)
        {
            return(Query.TangentAtPoint(curve as dynamic, point, tolerance));
        }