Answer the question
In order to leave comments, you need to log in
How to calculate an angle?
You need to find the angle from three points, point B is the end of the segment AB and the beginning of BC :
var Point = function(x, y) {
this.x = x;
this.y = y;
}
var getAngle = function(a, b, c) {
// do something
return angle;
}
var a = getAngle(new Point(7,2), new Point(4,5), new Point(7,11));
Answer the question
In order to leave comments, you need to log in
https://www.keycaptcha.ru/
www.adcaptcher.com
www.solvemedia.com/publishers
www.captchme.com/en
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question