The inputs theta
, r
, (and z
) must be the same shape, or
scalar. If called with a single matrix argument then each row of P
represents the polar/(cylindrical) coordinate (theta
, r
(, z
)).
pol2cart(theta, r = NULL, z = NULL)
a matrix C
where each row represents one Cartesian
coordinate (x
, y
(, z
)).
describes the angle relative to the positive x-axis.
is the distance to the z-axis (0, 0, z).
(optional) is the z-coordinate
Kai Habel
David Sterratt
cart2pol
, sph2cart
,
cart2sph