Cad3DPointHelper.Dot

Cad3DPointHelper.Dot method

The dot product of two vectors.

public static double Dot(Cad3DPoint vc1, Cad3DPoint vc2)
ParameterTypeDescription
vc1Cad3DPointThe first vector
vc2Cad3DPointThe second vector

Return Value

Result of dot

See Also