Announcement

Collapse
No announcement yet.

more than a 2 point drawLineRelative ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • more than a 2 point drawLineRelative ?

    How do I go about ploting multiple points on a single drawLineRelative?

    For example; I can plot from "point A to point C". But, how do I find "point B" on that same line? Or even a larger set of points, if possible.

    I'm new to EFS programming and hope there are some patient people here to help me out with future questions.

  • #2
    TheRonin,

    The drawLineRelative command plots a line through two points. This link show you how to calculate the value of any point on that line.

    Intersecting Lines Algorithm

    I hope this is of some help.

    Comment

    Working...
    X