API Reference > imodeljs-frontend > Views > StandardView > adjustToStandardRotation adjustToStandardRotation MethodStatic Attempts to adjust the supplied rotation matrix to match the standard view rotation it most closely matches. If a matching standard rotation exists, the input matrix will be modified in-place to precisely match it. Otherwise, the input matrix will be unmodified. adjustToStandardRotation(matrix: Matrix3d): void Parameter Type Description matrix Matrix3d The rotation matrix to adjust. Returns - void Defined in core/frontend/src/StandardView.ts Line 84 Last Updated: 15 June, 2021