3D Frame Analysis Library
2d vector construction
Namespace:
MathLib
Assembly:
Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntax public XY(
double _x,
double _y
)
Public Sub New (
_x As Double,
_y As Double
)
Parameters
- _x
- Type: SystemDouble
x value - _y
- Type: SystemDouble
y value
See Also