rotateIbl method

  1. @JS('rotateIbl')
JSPromise<JSAny?> rotateIbl(
  1. JSArray<JSNumber> rotationMatrix
)

Implementation

@JS('rotateIbl')
external JSPromise rotateIbl(JSArray<JSNumber> rotationMatrix);