A TenneySoftware Class Library
Vector2D Constructor (x, y)
NamespacesTenneySoftware.VectorsVector2DVector2D(Double, Double)
Constructor for Vector2D class that takes initial parameters.
Declaration Syntax
C#Visual BasicVisual Basic UsageVisual C++J#JScript
public Vector2D(
	double x,
	double y
)
Public Sub New ( _
	x As Double, _
	y As Double _
)
Dim x As Double
Dim y As Double

Dim instance As New Vector2D(x, y)
public:
Vector2D(
	double x, 
	double y
)
public Vector2D(
	double x,
	double y
)
public function Vector2D(
	x : double, 
	y : double
)
TenneySoftware.Vectors.Vector2D = function(x, y);
Parameters
x (Double)
A double point number for the X axis.
y (Double)
A double point number for the Y axis.

Assembly: TenneySoftware (Module: TenneySoftware) Version: 0.0.3067.16853 (0.1.0.0)