Vector4.Cross Method |
Language: |
Determines the cross product in four dimensions.
Visual Basic Public Shared Function Cross( _
ByVal v1 As Vector4, _
ByVal v2 As Vector4, _
ByVal v3 As Vector4 _
) As Vector4C# public static Vector4 Cross(
Vector4 v1,
Vector4 v2,
Vector4 v3
);C++ public:
static Vector4 Cross(
Vector4 v1,
Vector4 v2,
Vector4 v3
);JScript public static function Cross(
v1 : Vector4,
v2 : Vector4,
v3 : Vector4
) : Vector4;
v1 Microsoft.DirectX.Vector4
Source Vector4 structure.v2 Microsoft.DirectX.Vector4
Source Vector4 structure.v3 Microsoft.DirectX.Vector4
Source Vector4 structure.
Microsoft.DirectX.Vector4
A Vector4 structure that is the cross product.
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