distanceSquared static method
This static function returns the square of the distance from the point P to the point Q.
Implementation
static _i2.num distanceSquared(
_i2.num px,
_i2.num py,
_i2.num qx,
_i2.num qy,
) =>
_i4.callMethod(
_declaredPoint,
'distanceSquared',
[
px,
py,
qx,
qy,
],
);