docs.unity.cn
    Show / Hide Table of Contents

    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.
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Tuesday, September 21, 2021