Nevron .NET Vision
Nevron.GraphicsCore Namespace / NVector3DF Structure / CrossProduct Method / CrossProduct(NVector3DF) Method


In This Topic
    CrossProduct(NVector3DF) Method
    In This Topic
    Computes the cross product of this vector and the specified vector
    Syntax
    'Declaration
     
    
    Public Overloads Function CrossProduct( _
       ByRef v As NVector3DF _
    ) As NVector3DF
    'Usage
     
    
    Dim instance As NVector3DF
    Dim v As NVector3DF
    Dim value As NVector3DF
     
    value = instance.CrossProduct(v)
    public NVector3DF CrossProduct( 
       ref NVector3DF v
    )

    Parameters

    v
    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