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


In This Topic
    CrossProductOf Method (NVector3DD)
    In This Topic
    Makes this vector the cross product of vector A and vector B
    Syntax
    'Declaration
     
    
    Public Sub CrossProductOf( _
       ByRef vA As NVector3DD, _
       ByRef vB As NVector3DD _
    ) 
    'Usage
     
    
    Dim instance As NVector3DD
    Dim vA As NVector3DD
    Dim vB As NVector3DD
     
    instance.CrossProductOf(vA, vB)
    public void CrossProductOf( 
       ref NVector3DD vA,
       ref NVector3DD 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