Point3D.DotProduct

Point3D.DotProduct method

Gets dot product between two vectors.

public static double DotProduct(Point3D point1, Point3D point2)
ParameterTypeDescription
point1Point3DFirst vector.
point2Point3DSecond vector.

Return Value

Dor product

See Also