docs.unity.cn
    Show / Hide Table of Contents

    Method AxisAngle

    AxisAngle(float3, Single)

    Returns a float3x3 matrix representing a rotation around a unit axis by an angle in radians. The rotation direction is clockwise when looking along the rotation axis towards the origin.

    Declaration
    public static float3x3 AxisAngle(float3 axis, float angle)
    Parameters
    Type Name Description
    float3 axis

    The rotation axis.

    Single angle

    The angle of rotation in radians.

    Returns
    Type Description
    float3x3

    The float3x3 matrix representing the rotation around an axis.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023