一个点的spherical coordinates(球坐标)。
radius — 半径值,或者说从该点到原点的
Euclidean distance(欧几里得距离,即直线距离)。默认值为1.0。
phi — polar angle in radians from the y (up) axis. Default is 0.
theta — equator angle in radians around the y (up) axis. Default is 0.
The poles (phi) are at the positive and negative y axis. The equator (theta) starts at positive z.
返回一个新的球坐标,新的球坐标与该球坐标具有相同的 radius、phi和theta。
复制所传入的球坐标的radius、 phi 和theta属性到该球坐标中。
将极角 phi 的值限制在0.000001 和 pi - 0.000001 之间。
设置球坐标中radius、phi 和 theta 属性的值。
从Vector3中设置球坐标的radius、phi和theta值。
从笛卡尔坐标系中设置球坐标的radius、phi和theta值。