Vector2dDotProduct
Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public double DotProduct(
Vector2d v
)
Public Function DotProduct (
v As Vector2d
) As Double
public:
double DotProduct(
Vector2d v
)
member DotProduct :
v : Vector2d -> float
Parameters
- v Vector2d
-
Return Value
Double
See Also