Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NDirectionalLightSource Class / GjM Method


In This Topic
    GjM Method (NDirectionalLightSource)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub GjM( _
       ByVal OYx As System.Single, _
       ByVal pYx As System.Single, _
       ByVal QYx As System.Integer, _
       ByVal rYx As System.Integer, _
       ByVal SYx() As NVector3DF _
    ) 
    'Usage
     
    
    Dim instance As NDirectionalLightSource
    Dim OYx As System.Single
    Dim pYx As System.Single
    Dim QYx As System.Integer
    Dim rYx As System.Integer
    Dim SYx() As NVector3DF
     
    instance.GjM(OYx, pYx, QYx, rYx, SYx)
    internal override void GjM( 
       System.float OYx,
       System.float pYx,
       System.int QYx,
       System.int rYx,
       NVector3DF[] SYx
    )

    Parameters

    OYx
    pYx
    QYx
    rYx
    SYx
    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