Click or drag to resize
DigitalRuneVector3DFromXna Method
Converts this Vector3D (DigitalRune Mathematics) to Vector3 (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 Vector3D FromXna(
	Vector3 vector
)

Parameters

vector
Type: Vector3
The Vector3 (XNA Framework).

Return Value

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