Skip to contents

Vector2 Line Angle

Usage

vector2_line_angle(start, end)

Arguments

start

A numeric vector of length 2.

end

A numeric vector of length 2.

Value

A number

Examples

vector2_line_angle(c(100, 100), c(100, 100))
#> [1] 0