Nevron .NET Vision
Nevron.GraphicsCore Namespace / NVector3DS Structure / CrossProduct Method


In This Topic
    CrossProduct Method (NVector3DS)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function CrossProduct( _
       ByVal a As NVector3DS, _
       ByVal b As NVector3DS _
    ) As NVector3DS
    'Usage
     
    
    Dim a As NVector3DS
    Dim b As NVector3DS
    Dim value As NVector3DS
     
    value = NVector3DS.CrossProduct(a, b)
    public static NVector3DS CrossProduct( 
       NVector3DS a,
       NVector3DS b
    )

    Parameters

    a
    b
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also