 | Spherical Constructor (Single, Single, Single) |
Initializes a new instance of the
Spherical structure using longitude, latitude and distance from the world origin.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntaxpublic Spherical(
float longitude,
float latitude,
float module
)
public:
Spherical(
float longitude,
float latitude,
float module
)
Parameters
- longitude
- Type: SystemSingle
The longitude angle. - latitude
- Type: SystemSingle
The latitude angle. - module
- Type: SystemSingle
The distance from the world origin.
Version InformationLumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also