computeRotationPoint method

Point computeRotationPoint(
  1. GraphObject obj
)

Compute the Point about which things should rotate. This is called when this tool is activated and sometimes when updating the Adornment. The value of the call is remembered as #rotationPoint. @expose @param {GraphObject} obj the Part#rotateObject @return {Point}

Implementation

_i3.Point computeRotationPoint(_i3.GraphObject obj) => _i4.callMethod(
      this,
      'computeRotationPoint',
      [obj],
    );