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


In This Topic
    Add(NVector3DF,NVector3DF) Method
    In This Topic
    Makes this vector the vector sum of v1 and v2
    Syntax
    'Declaration
     
    
    Public Overloads Sub Add( _
       ByRef v1 As NVector3DF, _
       ByRef v2 As NVector3DF _
    ) 
    'Usage
     
    
    Dim instance As NVector3DF
    Dim v1 As NVector3DF
    Dim v2 As NVector3DF
     
    instance.Add(v1, v2)
    public void Add( 
       ref NVector3DF v1,
       ref NVector3DF v2
    )

    Parameters

    v1
    v2
    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