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


In This Topic
    GjM Method (NLightSource)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend MustOverride Sub GjM( _
       ByVal IAY As System.Single, _
       ByVal jAY As System.Single, _
       ByVal KAY As System.Integer, _
       ByVal lAY As System.Integer, _
       ByVal MAY() As NVector3DF _
    ) 
    'Usage
     
    
    Dim instance As NLightSource
    Dim IAY As System.Single
    Dim jAY As System.Single
    Dim KAY As System.Integer
    Dim lAY As System.Integer
    Dim MAY() As NVector3DF
     
    instance.GjM(IAY, jAY, KAY, lAY, MAY)
    internal abstract void GjM( 
       System.float IAY,
       System.float jAY,
       System.int KAY,
       System.int lAY,
       NVector3DF[] MAY
    )

    Parameters

    IAY
    jAY
    KAY
    lAY
    MAY
    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