Rectangular Constructor (Double, Double) |
Initializes a set of
Rectangular coordinates from the provided values.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Rectangular(
double x,
double y
)
Public Sub New (
x As Double,
y As Double
)
public:
Rectangular(
double x,
double y
)
new :
x : float *
y : float -> Rectangular
Parameters
- x
- Type: System.Double
The linear coordinate along the positive x-axis. - y
- Type: System.Double
The linear coordinate along the positive y-axis.
See Also