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