View source: R/bezier_private_functions.R
getVectorAngle | R Documentation |
Uses a vector to get an angle by atan2
.
getVectorAngle(x, y, x_origo = NA, y_origo = NA)
x |
The x point of the vector |
y |
The y point of the vector |
x_origo |
The x origin if other than 0 |
y_origo |
The y origin if other than 0 |
angle in radians (see atan2
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.