Search completed in 1.60 seconds.
3 results for "rotateFromVector":
DOMMatrix - Web APIs
WebAPIDOMMatrix
dommatrix.rotatefromvectorself() modifies the matrix by rotating it by the angle between the specified vector and (1, 0).
DOMMatrixReadOnly - Web APIs
WebAPIDOMMatrixReadOnly
dommatrixreadonly.rotatefromvector() returns a new dommatrix created by rotating the source matrix by the angle between the specified vector and (1, 0).
SVGMatrix - Web APIs
WebAPISVGMatrix
svgmatrix.rotatefromvector() post-multiplies a rotation transformation on the current matrix and returns the resulting matrix as svgmatrix.