docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method fastinverse

    fastinverse(double3x4)

    Fast matrix inverse for rigid transforms (orthonormal basis and translation)

    Declaration
    public static double3x4 fastinverse(double3x4 m)
    Parameters
    Type Name Description
    double3x4 m

    Matrix to invert.

    Returns
    Type Description
    double3x4

    The inverted matrix.

    fastinverse(double4x4)

    Fast matrix inverse for rigid transforms (orthonormal basis and translation)

    Declaration
    public static double4x4 fastinverse(double4x4 m)
    Parameters
    Type Name Description
    double4x4 m

    Matrix to invert.

    Returns
    Type Description
    double4x4

    The inverted matrix.

    fastinverse(float3x4)

    Fast matrix inverse for rigid transforms (orthonormal basis and translation)

    Declaration
    public static float3x4 fastinverse(float3x4 m)
    Parameters
    Type Name Description
    float3x4 m

    Matrix to invert.

    Returns
    Type Description
    float3x4

    The inverted matrix.

    fastinverse(float4x4)

    Fast matrix inverse for rigid transforms (orthonormal basis and translation)

    Declaration
    public static float4x4 fastinverse(float4x4 m)
    Parameters
    Type Name Description
    float4x4 m

    Matrix to invert.

    Returns
    Type Description
    float4x4

    The inverted matrix.

    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)