Spherical Structure |
Namespace: Lumiscaphe.Workshop.Interop
The Spherical type exposes the following members.
| Name | Description | |
|---|---|---|
| Spherical(Vector3) |
Initializes a new instance of the Spherical structure using a vector.
| |
| Spherical(Single, Single, Single) |
Initializes a new instance of the Spherical structure using longitude, latitude and distance from the world origin.
|
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Format the Spherical to a String.
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| (Spherical to Vector3) |
Converts a Spherical to a Vector3 in the Cartesian coordinate system.
|
| Name | Description | |
|---|---|---|
| Latitude |
The latitude angle.
| |
| Longitude |
The longitude angle.
| |
| Module |
The distance from the world origin.
|