rotateFromVectorSelf method

DOMMatrix rotateFromVectorSelf([
  1. dynamic x = 0,
  2. dynamic y = 0
])

Implementation

DOMMatrix rotateFromVectorSelf(
        [/* double | NaN */ dynamic x = 0,
        /* double | NaN */ dynamic y = 0]) =>
    js_util.callMethod(this, 'rotateFromVectorSelf', [x, y]);