Table of Contents

Method CrossZ

Namespace
LMKit.Graphics.Geometry
Assembly
LM-Kit.NET.dll

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

a Point

First vector.

b Point

Second vector.

Returns

double

The scalar Z-component of the cross product.