Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NMatrix Structure / WAW Method


In This Topic
    WAW Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub WAW( _
       ByVal xAW As System.Double, _
       ByVal YAW As System.Double, _
       ByVal AbW As System.Double, _
       ByVal bbW As System.Double, _
       ByVal CbW As System.Double, _
       ByVal dbW As System.Double, _
       ByVal EbW As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NMatrix
    Dim xAW As System.Double
    Dim YAW As System.Double
    Dim AbW As System.Double
    Dim bbW As System.Double
    Dim CbW As System.Double
    Dim dbW As System.Double
    Dim EbW As System.Integer
     
    instance.WAW(xAW, YAW, AbW, bbW, CbW, dbW, EbW)
    internal void WAW( 
       System.double xAW,
       System.double YAW,
       System.double AbW,
       System.double bbW,
       System.double CbW,
       System.double dbW,
       System.int EbW
    )

    Parameters

    xAW
    YAW
    AbW
    bbW
    CbW
    dbW
    EbW
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also