docs.unity3d.com
    Show / Hide Table of Contents

    Class GfMatrix2d

    Inheritance
    Object
    GfMatrix2d
    Inherited Members
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: pxr
    Syntax
    public class GfMatrix2d : IDisposable

    Constructors

    GfMatrix2d()

    Declaration
    public GfMatrix2d()

    GfMatrix2d(GfMatrix2f)

    Declaration
    public GfMatrix2d(GfMatrix2f m)
    Parameters
    Type Name Description
    GfMatrix2f m

    GfMatrix2d(GfVec2d)

    Declaration
    public GfMatrix2d(GfVec2d v)
    Parameters
    Type Name Description
    GfVec2d v

    GfMatrix2d(StdDoubleVectorVector)

    Declaration
    public GfMatrix2d(StdDoubleVectorVector v)
    Parameters
    Type Name Description
    StdDoubleVectorVector v

    GfMatrix2d(StdFloatVectorVector)

    Declaration
    public GfMatrix2d(StdFloatVectorVector v)
    Parameters
    Type Name Description
    StdFloatVectorVector v

    GfMatrix2d(Double)

    Declaration
    public GfMatrix2d(double s)
    Parameters
    Type Name Description
    Double s

    GfMatrix2d(Double, Double, Double, Double)

    Declaration
    public GfMatrix2d(double m00, double m01, double m10, double m11)
    Parameters
    Type Name Description
    Double m00
    Double m01
    Double m10
    Double m11

    GfMatrix2d(Int32)

    Declaration
    public GfMatrix2d(int s)
    Parameters
    Type Name Description
    Int32 s

    Fields

    numColumns

    Declaration
    public static readonly uint numColumns
    Field Value
    Type Description
    UInt32

    numRows

    Declaration
    public static readonly uint numRows
    Field Value
    Type Description
    UInt32

    swigCMemOwn

    Declaration
    protected bool swigCMemOwn
    Field Value
    Type Description
    Boolean

    Methods

    CopyFromArray(Double[])

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

    CopyToArray(Double[])

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

    data()

    Declaration
    public SWIGTYPE_p_double data()
    Returns
    Type Description
    SWIGTYPE_p_double

    Dispose()

    Declaration
    public virtual void Dispose()
    Implements
    IDisposable.Dispose()

    Equals(GfMatrix2d, GfMatrix2d)

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

    Equals(Object)

    Declaration
    public override bool Equals(object rhs)
    Parameters
    Type Name Description
    Object rhs
    Returns
    Type Description
    Boolean
    Overrides
    Object.Equals(Object)

    Finalize()

    Declaration
    protected void Finalize()

    Get(SWIGTYPE_p_a_2__double)

    Declaration
    public SWIGTYPE_p_double Get(SWIGTYPE_p_a_2__double m)
    Parameters
    Type Name Description
    SWIGTYPE_p_a_2__double m
    Returns
    Type Description
    SWIGTYPE_p_double

    GetColumn(Int32)

    Declaration
    public GfVec2d GetColumn(int i)
    Parameters
    Type Name Description
    Int32 i
    Returns
    Type Description
    GfVec2d

    GetDeterminant()

    Declaration
    public double GetDeterminant()
    Returns
    Type Description
    Double

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    Object.GetHashCode()

    GetInverse()

    Declaration
    public GfMatrix2d GetInverse()
    Returns
    Type Description
    GfMatrix2d

    GetInverse(ref Double)

    Declaration
    public GfMatrix2d GetInverse(ref double det)
    Parameters
    Type Name Description
    Double det
    Returns
    Type Description
    GfMatrix2d

    GetInverse(ref Double, Double)

    Declaration
    public GfMatrix2d GetInverse(ref double det, double eps)
    Parameters
    Type Name Description
    Double det
    Double eps
    Returns
    Type Description
    GfMatrix2d

    GetRow(Int32)

    Declaration
    public GfVec2d GetRow(int i)
    Parameters
    Type Name Description
    Int32 i
    Returns
    Type Description
    GfVec2d

    GetTranspose()

    Declaration
    public GfMatrix2d GetTranspose()
    Returns
    Type Description
    GfMatrix2d

    Set(Double, Double, Double, Double)

    Declaration
    public GfMatrix2d Set(double m00, double m01, double m10, double m11)
    Parameters
    Type Name Description
    Double m00
    Double m01
    Double m10
    Double m11
    Returns
    Type Description
    GfMatrix2d

    SetColumn(Int32, GfVec2d)

    Declaration
    public void SetColumn(int i, GfVec2d v)
    Parameters
    Type Name Description
    Int32 i
    GfVec2d v

    SetDiagonal(GfVec2d)

    Declaration
    public GfMatrix2d SetDiagonal(GfVec2d arg0)
    Parameters
    Type Name Description
    GfVec2d arg0
    Returns
    Type Description
    GfMatrix2d

    SetDiagonal(Double)

    Declaration
    public GfMatrix2d SetDiagonal(double s)
    Parameters
    Type Name Description
    Double s
    Returns
    Type Description
    GfMatrix2d

    SetIdentity()

    Declaration
    public GfMatrix2d SetIdentity()
    Returns
    Type Description
    GfMatrix2d

    SetRow(Int32, GfVec2d)

    Declaration
    public void SetRow(int i, GfVec2d v)
    Parameters
    Type Name Description
    Int32 i
    GfVec2d v

    SetZero()

    Declaration
    public GfMatrix2d SetZero()
    Returns
    Type Description
    GfMatrix2d

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    Operators

    Equality(GfMatrix2d, GfMatrix2d)

    Declaration
    public static bool operator ==(GfMatrix2d lhs, GfMatrix2d rhs)
    Parameters
    Type Name Description
    GfMatrix2d lhs
    GfMatrix2d rhs
    Returns
    Type Description
    Boolean

    Inequality(GfMatrix2d, GfMatrix2d)

    Declaration
    public static bool operator !=(GfMatrix2d lhs, GfMatrix2d rhs)
    Parameters
    Type Name Description
    GfMatrix2d lhs
    GfMatrix2d rhs
    Returns
    Type Description
    Boolean
    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