getVectorAngle: Gets an angle

Description Usage Arguments Value

View source: R/bezier_private_functions.R

Description

Uses a vector to get an angle by atan2.

Usage

1
getVectorAngle(x, y, x_origo = NA, y_origo = NA)

Arguments

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

Value

angle in radians (see atan2)


raredd/Gmisc0 documentation built on May 27, 2019, 2:02 a.m.