Click or drag to resize

GeometryXY Constructor

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
)

Parameters

_x
Type: SystemDouble
x value
_y
Type: SystemDouble
y value
See Also