Rectangular Constructor (Polar) |
Initializes a set of
Rectangular coordinates from the provided set of
Polar coordinates.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Rectangular(
Polar coordinates
)
Public Sub New (
coordinates As Polar
)
public:
Rectangular(
Polar coordinates
)
new :
coordinates : Polar -> Rectangular
Parameters
- coordinates
- Type: AGI.Foundation.CoordinatesPolar
The set of Polar coordinates.
See Also