07-24-2023 02:03 AM
How to find a parallel line passing through point A and a known straight line,The coordinates of point A and the two points of the line are known
07-24-2023 02:18 AM - edited 07-24-2023 02:18 AM
This is a basic geometry question, not a LabVIEW questions. Do you have problems with the math or with implementing them in LabVIEW?
What are the inputs (slope and intercept of the line and xy of the point?)
If they new line is parallel, the slope is the same, right? Also consider some special cases, for example if the line is vertical.
What have you tried so far?