dot#

PointData.dot(other)#

Perform per-component multiplication (dot product) of this point and another point.

Parameters:
otheransys.edb.core.typing.PointLike

Other point.

Returns:
float

Dot product of the two points.