Lines Matching defs:dom
386 * the clipped curve is returned through the output parameter "dom"
486 * is returned through the output parameter "dom"
626 * the clipped curve is returned through the output parameter "dom"
697 * for the clipped curve is returned through the output parameter "dom"
751 std::cerr << "dom(A) : " << domA << std::endl;
752 std::cerr << "dom(B) : " << domB << std::endl;
770 OptInterval dom;
789 dom = clip<intersection_point_tag>(*C1, *C2, precision);
791 if (dom.empty())
794 std::cerr << "dom: empty" << std::endl;
799 std::cerr << "dom : " << dom << std::endl;
801 // all other cases where dom[0] > dom[1] are invalid
802 assert(dom->min() <= dom->max());
804 map_to(*dom2, *dom);
806 portion(*C2, *dom);
827 if (dom->extent() > MIN_CLIPPED_SIZE_THRESHOLD)
830 std::cerr << "clipped less than 20% : " << dom->extent() << std::endl;
868 std::cerr << "dom(pA) : " << dompA << std::endl;
869 std::cerr << "dom(pB) : " << dompB << std::endl;
910 std::cerr << "dom(A) : " << domA << std::endl;
911 std::cerr << "dom(B) : " << domB << std::endl;
929 OptInterval dom;
938 dom = clip<collinear_normal_tag>(*C1, *C2, precision);
940 if (dom.empty()) {
942 std::cerr << "dom: empty" << std::endl;
947 std::cerr << "dom : " << dom << std::endl;
949 assert(dom->min() <= dom->max());
951 map_to(*dom2, *dom);
962 portion(*C2, *dom);
974 if ( dom->extent() > MIN_CLIPPED_SIZE_THRESHOLD)
977 std::cerr << "clipped less than 20% : " << dom->extent() << std::endl;
1051 std::cerr << "dom(pA) : " << dompA << std::endl;
1052 std::cerr << "dom(pB) : " << dompB << std::endl;