- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Because of a recent post about offsetting inside/outside vs. left/right, your challenge is to write one (1) function that returns whether a given point is to the left or right of any curve.
It must take two (2) arguments:
p = point
e = entity name
It must return either
+ = right, or
- = left
For the sake of brevity, you may declare other locals.
I'm going to name mine LorR. Another cool name would be +or-.
I (or someone) will post an official test drawing later 'cause right now I have to go buy a Christmas tree with my wife and son, who has brought along a chain saw in case we want to cut our own. She found a place about 35 minutes away that has Douglas Firs and Noble Firs grown on site, so the tree WILL be fresh as opposed to being trucked across the country from Oregon.
John F. Uhden
Solved! Go to Solution.