calcTheta: Calculate the polar coordinate theta value

Description Usage Arguments Value

Description

Return the polar coordinate theta value that starts at 0 along the positive Y axis and increases to 360 in a clockwise direction.

Usage

1
calcTheta(x, y)

Arguments

x

The x numeric value in cartesian coordinates.

y

The y numeric value in cartesian coordinates.

Value

The theta value of the X and y converted to polar coordinates.


markdane/MEMA documentation built on May 21, 2019, 11:48 a.m.