Nevron .NET Vision
Nevron.GraphicsCore Namespace / NVector3DF Structure / CrossProductOf Method


In This Topic
    CrossProductOf Method (NVector3DF)
    In This Topic
    Makes this vector the cross product of vector A and vector B
    Syntax
    'Declaration
     
    
    Public Sub CrossProductOf( _
       ByRef vA As NVector3DF, _
       ByRef vB As NVector3DF _
    ) 
    'Usage
     
    
    Dim instance As NVector3DF
    Dim vA As NVector3DF
    Dim vB As NVector3DF
     
    instance.CrossProductOf(vA, vB)
    public void CrossProductOf( 
       ref NVector3DF vA,
       ref NVector3DF vB
    )

    Parameters

    vA
    vB
    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