angle_between: Cacluate angle between vectors

View source: R/spatial.R

angle_betweenR Documentation

Cacluate angle between vectors

Description

Measure the angle between two points 'a' and 'b', with optional argument 'origin' to measure the angle around.

Usage

angle_between(a, b, origin = vector3(0, 0, 0))

Arguments

a, b

Points to measure the angle between

origin

(Optional) point to measure the rotation around

Value

Angle between 'a' and 'b' in terms of radians


MrMallIronmaker/dddr documentation built on May 11, 2022, 8:39 p.m.