K
K
KickMicro2017-11-20 19:11:06
C++ / C#
KickMicro, 2017-11-20 19:11:06

How to find an angle from three Points?

I have three points of type point, A,B,C. How to find the angle between AB and BC in code. I studied at school, I know trigonometry. I just want to know if there are already some ready-made solutions in the standard library or something like that.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
lam0x86, 2017-11-20
@lam0x86

There is hardly anything standard for points, but for vectors - here:
https://msdn.microsoft.com/en-us/library/system.wi...

P
Peter, 2017-11-20
@petermzg

Leveling the angle between two straight lines on the plane - here
Distance between points on the plane - here

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question