You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CvCvIntersector method is throwing an exception with the message Dimension mismatch for 2D rational spline curves. The method works without issues for 3D curves. While debugging this issue, I noticed that the intersector is computing a cross product.
The exception can be reproduced with test_CvCvIntersector.h in the intersections module and the two attached curves. 2d_spline_curves.zip
The text was updated successfully, but these errors were encountered:
The
CvCvIntersector
method is throwing an exception with the messageDimension mismatch
for 2D rational spline curves. The method works without issues for 3D curves. While debugging this issue, I noticed that the intersector is computing a cross product.The exception can be reproduced with
test_CvCvIntersector.h
in theintersections
module and the two attached curves.2d_spline_curves.zip
The text was updated successfully, but these errors were encountered: