Click or drag to resize

Spherical  Conversion (Spherical to Vector3)

Converts a Spherical to a Vector3 in the Cartesian coordinate system.

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
)

Parameters

v
Type: Lumiscaphe.Workshop.InteropSpherical
The spherical position.

Return Value

Type: Vector3
The spherical position converted in the Cartesian coordinate system.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also