docs.unity3d.com
Version: 

    Class Matrix3

    Inheritance
    object
    Matrix3
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Pixyz.Geom
    Syntax
    [Serializable]
    public class Matrix3

    Constructors

    Matrix3()

    Declaration
    public Matrix3()

    Matrix3(Array3[])

    Declaration
    public Matrix3(Array3[] t)
    Parameters
    Type Name Description
    Array3[] t

    Fields

    tab

    Declaration
    public Array3[] tab
    Field Value
    Type Description
    Array3[]

    Properties

    this[int]

    Declaration
    public Array3 this[int index] { get; set; }
    Parameters
    Type Name Description
    int index
    Property Value
    Type Description
    Array3

    Operators

    implicit operator Array3[](Matrix3)

    Declaration
    public static implicit operator Array3[](Matrix3 o)
    Parameters
    Type Name Description
    Matrix3 o
    Returns
    Type Description
    Array3[]
    Version 2024.3.0.10
    • 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.