Note: This documentation is preliminary and is subject to change.
Projects a vector from object space into screen space.
Definition
Visual Basic .NET
Public Shared Function Project( _ ByVal v As Vector3, _ ByVal viewport As Object, _ ByVal projection As Matrix, _ ByVal view As Matrix, _ ByVal world As Matrix _ ) As Vector3