Vector3.Unproject Method

Language:

Projects a vector from screen space into object space.

Definition

Visual Basic Public Shared Function Unproject( _
    ByVal v As Vector3, _
    ByVal viewport As Object, _
    ByVal projection As Matrix, _
    ByVal view As Matrix, _
    ByVal world As Matrix _
) As Vector3
C# public static Vector3 Unproject(
    Vector3 v,
    object viewport,
    Matrix projection,
    Matrix view,
    Matrix world
);
C++ public:
static Vector3 Unproject(
    Vector3 v,
    Objectviewport,
    Matrix projection,
    Matrix view,
    Matrix world
);
JScript public static function Unproject(
    v : Vector3,
    viewport : Object,
    projection : Matrix,
    view : Matrix,
    world : Matrix
) : Vector3;

Parameters

v Microsoft.DirectX.Vector3
Source Vector3 structure.
viewport System.Object
An Object Leave Site that represents the viewport.
projection Microsoft.DirectX.Matrix
A Matrix structure that represents the projection matrix.
view Microsoft.DirectX.Matrix
A Matrix structure that represents the view matrix.
world Microsoft.DirectX.Matrix
A Matrix structure that represents the world matrix.

Return Value

Microsoft.DirectX.Vector3
A Vector3 structure that is the vector projected from screen space into object space.

See Also


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center