docs.unity3d.com
    Show / Hide Table of Contents

    Class VtMatrix3dArray

    Inheritance
    Object
    Vt_ArrayBase
    VtMatrix3dArray
    Inherited Members
    Vt_ArrayBase.swigCMemOwn
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: pxr
    Syntax
    public class VtMatrix3dArray : Vt_ArrayBase, IDisposable

    Constructors

    VtMatrix3dArray()

    Declaration
    public VtMatrix3dArray()

    VtMatrix3dArray(VtMatrix3dArray)

    Declaration
    public VtMatrix3dArray(VtMatrix3dArray other)
    Parameters
    Type Name Description
    VtMatrix3dArray other

    VtMatrix3dArray(UInt32)

    Declaration
    public VtMatrix3dArray(uint n)
    Parameters
    Type Name Description
    UInt32 n

    VtMatrix3dArray(UInt32, GfMatrix3d)

    Declaration
    public VtMatrix3dArray(uint n, GfMatrix3d value)
    Parameters
    Type Name Description
    UInt32 n
    GfMatrix3d value

    Properties

    Item[Int32]

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

    Methods

    assign(UInt32, GfMatrix3d)

    Declaration
    public void assign(uint n, GfMatrix3d fill)
    Parameters
    Type Name Description
    UInt32 n
    GfMatrix3d fill

    capacity()

    Declaration
    public uint capacity()
    Returns
    Type Description
    UInt32

    clear()

    Declaration
    public void clear()

    CopyFromArray(GfMatrix3d[])

    Declaration
    public void CopyFromArray(GfMatrix3d[] src)
    Parameters
    Type Name Description
    GfMatrix3d[] src

    CopyFromArray(IntPtr)

    Declaration
    public void CopyFromArray(IntPtr src)
    Parameters
    Type Name Description
    IntPtr src

    CopyToArray(GfMatrix3d[])

    Declaration
    public void CopyToArray(GfMatrix3d[] dest)
    Parameters
    Type Name Description
    GfMatrix3d[] dest

    CopyToArray(IntPtr)

    Declaration
    public void CopyToArray(IntPtr dest)
    Parameters
    Type Name Description
    IntPtr dest

    Dispose()

    Declaration
    public override void Dispose()
    Overrides
    Vt_ArrayBase.Dispose()

    empty()

    Declaration
    public bool empty()
    Returns
    Type Description
    Boolean

    Equals(VtMatrix3dArray, VtMatrix3dArray)

    Declaration
    public static bool Equals(VtMatrix3dArray lhs, VtMatrix3dArray rhs)
    Parameters
    Type Name Description
    VtMatrix3dArray lhs
    VtMatrix3dArray rhs
    Returns
    Type Description
    Boolean

    Finalize()

    Declaration
    protected void Finalize()

    GetValue(Int32)

    Declaration
    protected GfMatrix3d GetValue(int index)
    Parameters
    Type Name Description
    Int32 index
    Returns
    Type Description
    GfMatrix3d

    IsIdentical(VtMatrix3dArray)

    Declaration
    public bool IsIdentical(VtMatrix3dArray other)
    Parameters
    Type Name Description
    VtMatrix3dArray other
    Returns
    Type Description
    Boolean

    pop_back()

    Declaration
    public void pop_back()

    push_back(GfMatrix3d)

    Declaration
    public void push_back(GfMatrix3d elem)
    Parameters
    Type Name Description
    GfMatrix3d elem

    reserve(UInt32)

    Declaration
    public void reserve(uint num)
    Parameters
    Type Name Description
    UInt32 num

    resize(UInt32)

    Declaration
    public void resize(uint newSize)
    Parameters
    Type Name Description
    UInt32 newSize

    SetValue(Int32, GfMatrix3d)

    Declaration
    protected void SetValue(int index, GfMatrix3d value)
    Parameters
    Type Name Description
    Int32 index
    GfMatrix3d value

    size()

    Declaration
    public uint size()
    Returns
    Type Description
    UInt32

    swap(VtMatrix3dArray)

    Declaration
    public void swap(VtMatrix3dArray other)
    Parameters
    Type Name Description
    VtMatrix3dArray other

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    Back to top
    Copyright © 2023 Unity Technologies
    • 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 Thursday, October 19, 2023