Vector2dDotProduct Method

Returns the dot product of this vector and the specified vector.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public double DotProduct(
        Vector2d v
)

Parameters

v  Vector2d
[in] Vector to perform the dot product with.

Return Value

Double
A value of double type that is the result of the dot product of this vector and the passed vector.
See Also

©  Bricsys NV. All rights reserved.