Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NGeometry2D Class / vMt Method


In This Topic
    vMt Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function vMt( _
       ByVal WMt As System.Double, _
       ByVal xMt As System.Double, _
       ByVal YMt As System.Double, _
       ByVal Ant As System.Double, _
       ByVal bnt As System.Double, _
       ByVal Cnt As System.Double, _
       ByVal dnt As System.Double, _
       ByVal Ent As System.Double, _
       ByRef fnt As NPoint _
    ) As ENLineSegmentsRelation
    'Usage
     
    
    Dim WMt As System.Double
    Dim xMt As System.Double
    Dim YMt As System.Double
    Dim Ant As System.Double
    Dim bnt As System.Double
    Dim Cnt As System.Double
    Dim dnt As System.Double
    Dim Ent As System.Double
    Dim fnt As NPoint
    Dim value As ENLineSegmentsRelation
     
    value = NGeometry2D.vMt(WMt, xMt, YMt, Ant, bnt, Cnt, dnt, Ent, fnt)
    internal static ENLineSegmentsRelation vMt( 
       System.double WMt,
       System.double xMt,
       System.double YMt,
       System.double Ant,
       System.double bnt,
       System.double Cnt,
       System.double dnt,
       System.double Ent,
       out NPoint fnt
    )

    Parameters

    WMt
    xMt
    YMt
    Ant
    bnt
    Cnt
    dnt
    Ent
    fnt
    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