Mostly working, optimize curves completely within nodes.
[ipdf/code.git] / src / bezier.h
index 751686d..9dd38c0 100644 (file)
@@ -305,7 +305,7 @@ namespace IPDF
                                Debug(" -- t0: %f to t1: %f", t0, t1);
                                Real ptx, pty;
                                Evaluate(ptx, pty, ((t1 + t0) / Real(2)));
-                               if (r.PointIn(ptx, pty))
+                               if (true || r.PointIn(ptx, pty))
                                {
                                        all_beziers.push_back(this->ReParametrise(t0, t1));
                                }

UCC git Repository :: git.ucc.asn.au