Calcul the angles of two set of vectors.
getAngle2d(x0, y0, x1, y1, rad = FALSE)
x0 | the x coordinates of the first set of vector. |
---|---|
y0 | the y coordinates of the first set of vector. |
x1 | the x coordinates of the second set of vector. |
y1 | the y coordinates of the second set of vector. |
rad | a logical. Should angles be expressed radians? |