Method Dot
Dot(Point, Point)
Computes the dot product between two points treated as vectors from the origin.
public static double Dot(Point a, Point b)
Parameters
Returns
- double
The dot product.
Computes the dot product between two points treated as vectors from the origin.
public static double Dot(Point a, Point b)
The dot product.