Namespace: Tzu_Engine
Assembly: Tzu_Engine (in Tzu_Engine.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function Unproject( _ 
   ByVal v As Vector3,  _ 
   ByVal Projection As Matrix,  _ 
   ByVal View As Matrix,  _ 
   ByVal World As Matrix _ 
) As Vector3
C#
public static Vector3 Unproject(
   Vector3 v,
   Matrix Projection,
   Matrix View,
   Matrix World
)
C++
public:
 static Vector3 Unproject(
   Vector3 v,
   Matrix Projection,
   Matrix View,
   Matrix World
)
J#
public static Vector3 Unproject(
   Vector3 v,
   Matrix Projection,
   Matrix View,
   Matrix World
)
JScript
public static  function Unproject(
   v : Vector3,
   Projection : Matrix,
   View : Matrix,
   World : Matrix
) : Vector3

See Also