getOtherVertex method

LayoutVertex? getOtherVertex(
  1. LayoutVertex v
)

Returns the edge's vertex at the other of this edge from the given vertex. @param {LayoutVertex} v

Implementation

_i3.LayoutVertex? getOtherVertex(_i3.LayoutVertex v) => _i4.callMethod(
      this,
      'getOtherVertex',
      [v],
    );