big_a: Calculate angle between PQ and the X Axis for arbitrary but...

Description Usage Arguments Value

View source: R/trigonometry.R

Description

This angle is called A in this GeeksForGeeks post

Usage

1
big_a(px, py, qx, qy)

Arguments

px

the x-coordinate of point P

py

the y-coordinate of point P

qx

the x-coordinate of point Q

qy

the y-coordinate of point Q

Value

a numeric angle A between [-π, π].


gtm19/angularsweep documentation built on July 27, 2020, 2 p.m.