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