cross#

PointData.cross(other)#

Compute the cross product of the point vector with another point vector.

Parameters:
otherPoint2DLike

Other point vector.

Returns:
Value or None

Cross product value or None if either point is an arc.