Initializes a new instance of the Vector2 class

Namespace:  Bespoke.Common.LinearAlgebra
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public Vector2(
	float x,
	float y
)
Visual Basic (Declaration)
Public Sub New ( _
	x As Single, _
	y As Single _
)
Visual C++
public:
Vector2(
	float x, 
	float y
)

Parameters

x
Type: System..::.Single

[Missing <param name="x"/> documentation for "M:Bespoke.Common.LinearAlgebra.Vector2.#ctor(System.Single,System.Single)"]

y
Type: System..::.Single

[Missing <param name="y"/> documentation for "M:Bespoke.Common.LinearAlgebra.Vector2.#ctor(System.Single,System.Single)"]

See Also