docs.unity.cn
    Show / Hide Table of Contents

    Method orthonormalize

    orthonormalize(float3x3)

    Returns an orthonormalized version of a float3x3 matrix.

    Declaration
    public static float3x3 orthonormalize(float3x3 i)
    Parameters
    Type Name Description
    float3x3 i

    The float3x3 to be orthonormalized.

    Returns
    Type Description
    float3x3

    The orthonormalized float3x3 matrix.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, March 29, 2022
    Terms of use