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 -> Cylindrical
Parameters
- coordinates
- Type: AGI.Foundation.Coordinates.Spherical
The set of Spherical coordinates.
See Also