Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 784 Bytes

File metadata and controls

17 lines (12 loc) · 784 Bytes

Spherical to Rectangular

Menu Path : Operator > Math> Coordinates

The Spherical to Rectangular Operator performs a 3D coordinate conversion between a spherical (theta/phi/distance) space to a rectangular XYZ space.

Operator properties

Input Type Description
Theta float The input sphere theta angle (in degrees).
Phi float The input sphere phi angle (in degrees).
Distance float The input distance.
Output Type Description
coord Vector3 The output XYZ coordinate.