docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method rotation

    rotation(float3x3)

    Extracts the rotation from a matrix.

    Declaration
    public static quaternion rotation(float3x3 m)
    Parameters
    Type Name Description
    float3x3 m

    Matrix to extract rotation from

    Returns
    Type Description
    quaternion

    Extracted rotation

    Remarks

    This method supports any type of rotation matrix: if the matrix has a non uniform scale you should use this method.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)