Loading...
Processing Forum
Recent Topics
All Forums
Move this topic
Forum :
Share your Work
Programming Questions
Core Library Questions
Contributed Library Questions
Android Processing
Processing with Other Languages
Integration and Hardware
Library and Tool Development
Events and Opportunities
General Discussion
Sub forum :
Move this topic
Cancel
Programming Questions
Roger Bohl
How do you determine the equidistant point in space?
in
Programming Questions
•
1 year ago
So you have two points in space, f.i.
P1 (1,2,3)
and
P2(8,6,4)
you connect both with a line
What are the coordinates of the point in the middle of the line? How do you find that out?
1
Replies(3)
Chrisir
Re: How do you determine the equidistant point in space?
1 year ago
isn't it
(x1+x2)/2
(y1+y2)/2
(z1+z2)/2
PhiLho
Re: Re: How do you determine the equidistant point in space?
1 year ago
I suggest to stay at English language, since Roger is good enough in it. Or make your comments in both languages.
Not that the above is hard to understand, I write this in the general case. Thanks.
Leave a comment on Chrisir's reply
Roger Bohl
Re: How do you determine the equidistant point in space?
1 year ago
Right.
Leave a comment on Roger Bohl's reply
Change topic type
Topic Type :
Discussions
Questions
No of days :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Change topic type
Cancel
Link this topic
Provide the permalink of a topic that is related to this topic
Permalink
Save
Close
Reply to Roger Bohl's question
Top
Reply
{"z4085862":[25080000001365381],"z4290323":[25080000001364521],"z8266778":[25080000001367050,25080000001364527]}
Statistics
3
Replies
524
Views
0
Followers
Tags
No tags available for this topic.
Cancel
Actions
Permalink
Related Posts
How do I create interactive Spline ...
how to find a empty space then fill...
drawing points instead of a line?
Simple puss/pop matrix problem
Tracking a moving shape