NevronOpenVision
Nevron.Nov.Graphics Namespace / NPoint Structure / PerpDotProduct Method
PerpDotProduct Method (NPoint)
Computes the perpendicular dot product of this vector with another vector 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

|b| - is the length of the specified vector.

Syntax
public System.double PerpDotProduct( 
   NPoint vector
)

Parameters

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