Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NVector2DF Structure / PerpDotProduct Method


In This Topic
    PerpDotProduct Method (NVector2DF)
    In This Topic
    Computes the perpendicular dot product of this vector with another vector
    Syntax
    'Declaration
     
    
    Public Function PerpDotProduct( _
       ByVal vector As NVector2DF _
    ) As System.Single
    'Usage
     
    
    Dim instance As NVector2DF
    Dim vector As NVector2DF
    Dim value As System.Single
     
    value = instance.PerpDotProduct(vector)
    public System.float PerpDotProduct( 
       NVector2DF vector
    )

    Parameters

    vector
    Remarks
    Geometrically the perpendicular dot product is |a| * |b| * sin(angle). Where angle is the angle between the two vectors, |a| is the length of this vector and |b| is the length of the specified vector.
    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