Click or drag to resize
DigitalRuneVector2F Constructor (Single, Single)
Initializes a new instance of Vector2F.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public Vector2F(
	float x,
	float y
)

Parameters

x
Type: SystemSingle
Initial value for the x component.
y
Type: SystemSingle
Initial value for the y component.
See Also