Click or drag to resize
DigitalRuneVector2DFromXna Method
Converts this Vector2D (DigitalRune Mathematics) to Vector2 (XNA Framework).

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public static Vector2D FromXna(
	Vector2 vector
)

Parameters

vector
Type: Vector2
The Vector2 (XNA Framework).

Return Value

Type: Vector2D
The Vector2D (DigitalRune Mathematics).
Remarks
This method is available only in the XNA-compatible build of the DigitalRune.Mathematics.dll.
See Also