sphere2cartesian_x
Converts p(r, f, t) from Spherical into Cartesian coordinates. Returns only the x coordinate. Depending on input, function can return scalar, vector or matrix
Arguments
- Coordinate r
- Coordinate f
- Coordinate t
Output
Coordinate x
Examples