docs.unity3d.com
    Show / Hide Table of Contents

    Class Matrix4x4Extensions

    Inheritance
    Object
    Matrix4x4Extensions
    Namespace: Unity.Reflect
    Syntax
    public static class Matrix4x4Extensions

    Methods

    MultiplyPoint3x4(Matrix4x4, Vector3)

    Declaration
    public static Vector3 MultiplyPoint3x4(this Matrix4x4 matrix, Vector3 point)
    Parameters
    Type Name Description
    Matrix4x4 matrix
    Vector3 point
    Returns
    Type Description
    Vector3

    ToNumerics(Matrix4x4)

    Declaration
    public static Matrix4x4 ToNumerics(this Matrix4x4 matrix)
    Parameters
    Type Name Description
    Matrix4x4 matrix
    Returns
    Type Description
    Matrix4x4

    ToUnity(Matrix4x4)

    Declaration
    public static Matrix4x4 ToUnity(this Matrix4x4 matrix)
    Parameters
    Type Name Description
    Matrix4x4 matrix
    Returns
    Type Description
    Matrix4x4

    TRS(Vector3, Quaternion, Vector3)

    Declaration
    public static Matrix4x4 TRS(Vector3 position, Quaternion rotation, Vector3 scale)
    Parameters
    Type Name Description
    Vector3 position
    Quaternion rotation
    Vector3 scale
    Returns
    Type Description
    Matrix4x4
    Back to top
    Terms of use
    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