sphere2cartesian
Converts p(r, f, t) from Spherical into Cartesian coordinates. Depending on input, function can return scalar, vector or matrix
Arguments
- Coordinate r
- Coordinate f
- Coordinate t
Output
Vector(x, y, z)
Examples
Converts p(r, f, t) from Spherical into Cartesian coordinates. Depending on input, function can return scalar, vector or matrix
Vector(x, y, z)