NevronOpenVision
Nevron.Nov.Graphics Namespace / NPoint Structure / DotProduct Method
DotProduct Method (NPoint)
Computes the dot product of this vector with another vector. Geometrically the dot product is |a| * |b| * cos(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 DotProduct( 
   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