- #1
sHatDowN
- 52
- 7
Poster has been reminded (again) to show their work on schoolwork problems
- Homework Statement
- ArcTan Algorithm
- Relevant Equations
- Need to know how to implement arctan in algorithm
1- Coordinates of two points are given in x and y plane.
A(x1,y1), B(x2,y2)
Calculate the angle between the two lines passing through each of these points with the origin of linear coordinates.
2- If a line passes between the two points A and B above, does point C lie on this line?
C(x3,y3)
how to implement this algorithm?
A(x1,y1), B(x2,y2)
Calculate the angle between the two lines passing through each of these points with the origin of linear coordinates.
2- If a line passes between the two points A and B above, does point C lie on this line?
C(x3,y3)
how to implement this algorithm?