spherical_to_cartesian#
- spherical_to_cartesian( ) tuple[NumpyArray[float], NumpyArray[float], NumpyArray[float]][source]#
Convert Spherical coordinates to 3D Cartesian coordinates.
- Parameters:
- Returns:
- output
numpy.ndarray,numpy.ndarray,numpy.ndarray Cartesian coordinates.
- output
Used In#
Gallery Examples