|
-
Jul 15th, 2004, 05:11 AM
#1
Thread Starter
Frenzied Member
Perpendicular Line
Hello,
I have drawn a line on the VB Form as follows:
VB Code:
Line (OriginX, OriginY)-(OriginX + WeightX, OriginY - WeightY)
Where OriginX and OriginY are both zero and WeightX and WeightY are any two values. Now I want to draw a line which is perpendicular to this line on the origin point. For clear viewing, I have shifted the axis to some other point.
So, my question is how can I find two points to construct a line which is perpendicular to another line whose one point is origin and other point is also known.
Any help will be appreciated.
Thanks.
-
Jul 16th, 2004, 05:03 AM
#2
Fanatic Member
-
Jul 23rd, 2004, 09:09 AM
#3
Fanatic Member
No reason to be complexe at all, SQL.
(originx,originy) to (originx + weight y, originy - weight x)
Don't pay attention to this signature, it's contradictory.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|