geom3pol2xyz: transforms polar coordinates in cartesian coordinates

Description Usage Arguments Value Examples

View source: R/f0.rbsb1.code.r

Description

Transforms polar coordinates into cartesian coordinates in R to the three

Usage

1

Arguments

poo

the polar coordinates (rho, theta, phi)

Value

A numerical vector with (x, y, z)

Examples

1
2
 uu <- geom3xyz2pol(c(1/sqrt(2), 1/sqrt(2), 0));
 geom3pol2xyz(uu);

rbsb documentation built on May 2, 2019, 4:41 p.m.

Related to geom3pol2xyz in rbsb...