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


In This Topic
    Add(Single,Single,Single) Method
    In This Topic
    Adds the specified vector to the current vector.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Add( _
       ByVal x As System.Single, _
       ByVal y As System.Single, _
       ByVal z As System.Single _
    ) 
    'Usage
     
    
    Dim instance As NVector3DF
    Dim x As System.Single
    Dim y As System.Single
    Dim z As System.Single
     
    instance.Add(x, y, z)
    public void Add( 
       System.float x,
       System.float y,
       System.float z
    )

    Parameters

    x
    y
    z
    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