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