如何获得两个向量之间的向量? [英] How to get the vector between two vectors?

查看:108
本文介绍了如何获得两个向量之间的向量?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有三个带有 x 和 y 值的点.我真正想要的是实际向量所在的位置(查看提供的图像).你能帮助我吗 ?我尝试了一些 atan2 和平行四边形,但不幸的是没有成功.

I have three points with x and y values to start with. What I actually want is the position where the actual vector would go (look at image provided). Can you help me ? I tried around a little bit with atan2 and parallelograms, but unfortunately without success.

推荐答案

再次提醒,我可能会遗漏一些东西,但我认为这是一个非常简单的向量相加:>

Again, I'll remind that I might be missing something, but I think this is pretty simple addition of vectors:

let point A be (700, 500)
let point B be (400, 400)
let point C be (650, 100)
let point D be (???, ???)

the vector from A to B is: (-300, -100) // i.e. x = B-A, 400 - 700, etc
the vector from A to C is: (-50, -400)
Adding these together yields the vector from A to D: (-350, -500).
Adding that vector to point A yields the coordinates of the point D: (350, 0)

这篇关于如何获得两个向量之间的向量?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆