moveVertex method

num moveVertex(
  1. ForceDirectedVertex v
)

(undocumented) Move the vertex by its ForceDirectedVertex.forceX and ForceDirectedVertex.forceY. Return the square of the distance moved. This can be overridden in order to constrain the vertex's actual movement. @expose @param {ForceDirectedVertex} v @return {number} square of distance moved

Implementation

_i2.num moveVertex(_i3.ForceDirectedVertex v) => _i4.callMethod(
      this,
      'moveVertex',
      [v],
    );