'Declaration
Public Overloads Shared Function DotProduct( _ ByVal a As NVector3DD, _ ByVal b As NVector3DD _ ) As System.Double
'Usage
Dim a As NVector3DD Dim b As NVector3DD Dim value As System.Double value = NVector3DD.DotProduct(a, b)
public static System.double DotProduct( NVector3DD a, NVector3DD b )
Parameters
- a
- b