Cylindrical Constructor (Spherical) | 
  
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Cylindrical(
	Spherical coordinates
)
Public Sub New ( 
	coordinates As Spherical
)
public:
Cylindrical(
	Spherical coordinates
)
new : 
        coordinates : Spherical -> CylindricalParameters
- coordinates
 - Type: AGI.Foundation.CoordinatesSpherical
The set of Spherical coordinates. 
See Also