| Spherical Conversion (Spherical to Vector3) |
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public static explicit operator Vector3 (
Spherical v
)
static explicit operator Vector3 (
Spherical v
)
Parameters
- v
- Type: Lumiscaphe.Workshop.InteropSpherical
The spherical position.
Return Value
Type:
Vector3The spherical position converted in the Cartesian coordinate system.
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also