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


In This Topic
    hjM Method (NDirectionalLightSource)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub hjM( _
       ByVal KYx As System.Single, _
       ByVal lYx As System.Single, _
       ByVal MYx As System.Single, _
       ByRef nYx As NVector3DF _
    ) 
    'Usage
     
    
    Dim instance As NDirectionalLightSource
    Dim KYx As System.Single
    Dim lYx As System.Single
    Dim MYx As System.Single
    Dim nYx As NVector3DF
     
    instance.hjM(KYx, lYx, MYx, nYx)
    internal override void hjM( 
       System.float KYx,
       System.float lYx,
       System.float MYx,
       ref NVector3DF nYx
    )

    Parameters

    KYx
    lYx
    MYx
    nYx
    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