cross#

PointData.cross(other)#

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

Parameters:
otheransys.edb.core.typing.PointLike

Other point vector.

Returns:
typing.Optional[Value] or None if either point is an arc.