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