Spherical to Rectangular
菜单路径:Operator > Math > Coordinates
Spherical to Rectangular 运算符从球面 (theta/phi/distance) 空间到矩形 XYZ 空间执行三维坐标转换。
运算符属性
输入 | 类型 | 描述 |
---|---|---|
Theta | float | 输入球面 theta 角(以度为单位)。 |
Phi | float | 输入球面 phi 角(以度为单位)。 |
Distance | float | 输入距离。 |
输出 | 类型 | 描述 |
---|---|---|
coord | Vector3 | 输出 XYZ 坐标。 |