Cylindrical Constructor (Cartesian) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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