| 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
Syntax public 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 Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also