Microsoft DirectX 9.0 SDK Update (October 2004)

Vector4.Cross Method

Language:

Note: This documentation is preliminary and is subject to change.

Determines the cross product in four dimensions.

Definition

Visual Basic .NET Public Shared Function Cross( _
    ByVal v1 As Vector4, _
    ByVal v2 As Vector4, _
    ByVal v3 As Vector4 _
) As Vector4
C# public static Vector4 Cross(
    Vector4 v1,
    Vector4 v2,
    Vector4 v3
);
Managed C++ public: static Vector4 Cross(
    Vector4 v1,
    Vector4 v2,
    Vector4 v3
);
JScript .NET public static function Cross(
    v1 : Vector4,
    v2 : Vector4,
    v3 : Vector4
) : Vector4;

Parameters

v1 Microsoft.DirectX.Vector4. Source Vector4 structure.
v2 Microsoft.DirectX.Vector4. Source Vector4 structure.
v3 Microsoft.DirectX.Vector4. Source Vector4 structure.

Return Value

Microsoft.DirectX.Vector4 . A Vector4 structure that is the cross product.

See Also


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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