rotateFromVector method

  1. @DomName('SVGMatrix.rotateFromVector')
  2. @DocsEditable()
Matrix rotateFromVector(num x, num y)

Source

@DomName('SVGMatrix.rotateFromVector')
@DocsEditable()
Matrix rotateFromVector(num x, num y) =>
    _blink.BlinkSVGMatrix.instance.rotateFromVector_Callback_2_(this, x, y);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-svg/Matrix/rotateFromVector.html