fo_per_par: Parallelogram perimeter

Description Usage Arguments Value Examples

View source: R/fo_perpar.R

Description

Function which calculates a perimeter of a parallelogram.

Usage

1
fo_per_par(xs, ys, r1, r2, alpha, beta)

Arguments

xs

Left down apex on the X axis.

ys

Left down apex on the Y axis.

r1

Lenght of the basis.

r2

Length of the side.

alpha

Angle of rotation.

beta

Angle between the basis and the left side of the parallelogram.

Value

Numeric vector

Examples

1
fo_per_par(0,0,3,3,45,150)

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