Vector3dDotProduct Method

Retrieves 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(
        Vector3d v
)

Parameters

v  Vector3d
[in] Any 3D vector.

Return Value

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

©  Bricsys NV. All rights reserved.