angle_cos: Angle cosinus

Description Usage Arguments Value Examples

View source: R/anglecosinus.R

Description

Function which measures a cosinus of an angle.

Usage

1
angle_cos(x1, y1, x2, y2, x3, y3)

Arguments

x1

Value of the first point on the X axis.

y1

Value of the first point on the Y axis.

x2

Value of the second point on the X axis.

y2

Value of the second point on the Y axis.

x3

Value of the third point on the X axis.

y3

Value of the third point on the Y axis.

Value

Numeric value

Examples

1
angle_cos(0, 0, 1, 0, 1, 1)

spacea/projekt.2019.pacocha documentation built on Jan. 18, 2021, 3:28 p.m.