cross# PointData.cross(other)# Compute the cross product of the point vector with another point vector. Parameters: otherPoint2DLikeOther point vector. Returns: Value or NoneCross product value or None if either point is an arc.