Cheap algorithm to find measure of angle between vectors

前端 未结 9 1594
旧时难觅i
旧时难觅i 2020-12-13 01:02

Finding the angle between two vectors is not hard using the cosine rule. However, because I am programming for a platform with very limited resources, I would like to avoid

9条回答
  •  Happy的楠姐
    2020-12-13 01:28

    The dot product might work in your case. It's not proportional to the angle, but "related".

提交回复
热议问题