Method CrossZ
CrossZ(Point, Point)
Computes the scalar Z-component of the 2D cross product (a.x * b.y - a.y * b.x).
public static double CrossZ(Point a, Point b)
Parameters
Returns
- double
The scalar Z-component of the cross product.
Computes the scalar Z-component of the 2D cross product (a.x * b.y - a.y * b.x).
public static double CrossZ(Point a, Point b)
The scalar Z-component of the cross product.