SphericalCoordinate Properties |
The SphericalCoordinate type exposes the following members.
| Name | Description | |
|---|---|---|
| Elevation | The horizontal angle of the coordinates (at what longitude do the coordinates lie on a sphere). | |
| LoopElevation | Should loop around the elevation angle if it goes out of range? by default. | |
| LoopPolar | Should loop around the polar angle if it goes out of range? by default. | |
| MaxElevation | Maximum elevation angle. 2π/360° by default. | |
| MaxPolar | Maximum polar angle. 2π/360° by default. | |
| MaxRadius | Maximum radius. | |
| MinElevation | Minimum elevation angle. 0 by default. | |
| MinPolar | Minimum polar angle. 0 by default. | |
| MinRadius | Minimum radius. | |
| Polar | The vertical angle of the coordinates (at what latitude do the coordinates lie on a sphere). | |
| Radius | The radius of the coordinates (how much inward or outward are the coordinates from origin). | |
| ToCartesian | Converts the spherical coordinates to cartesian coordinates. |