UnitRectangular Constructor (Double) |
Initializes a set of
UnitRectangular coordinates from the provided 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 UnitRectangular(
double clock
)
Public Sub New (
clock As Double
)
public:
UnitRectangular(
double clock
)
new :
clock : float -> UnitRectangular
Parameters
- clock
- Type: SystemDouble
The angular coordinate lying in the xy-plane measured from the positive x-axis and toward the positive y-axis.
See Also