Reverse vsg::LineSegmentIntersector #1509
-
|
I am using VSG, and I have a class called Now, I want to implement the opposite: I have a node and its coordinates, and I want to know from which point on the screen I need to draw a vertical line so that it intersects with the given object. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
This really isn't a "reverse line segment intersector" but I understand what you mean. The way I would tackle it:
|
Beta Was this translation helpful? Give feedback.
This really isn't a "reverse line segment intersector" but I understand what you mean.
The way I would tackle it: