Class GfMatrix2d
Namespace: pxr
Syntax
public class GfMatrix2d : IDisposable
Constructors
GfMatrix2d()
Declaration
GfMatrix2d(GfMatrix2f)
Declaration
public GfMatrix2d(GfMatrix2f m)
Parameters
GfMatrix2d(GfVec2d)
Declaration
public GfMatrix2d(GfVec2d v)
Parameters
GfMatrix2d(StdDoubleVectorVector)
Declaration
public GfMatrix2d(StdDoubleVectorVector v)
Parameters
GfMatrix2d(StdFloatVectorVector)
Declaration
public GfMatrix2d(StdFloatVectorVector v)
Parameters
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
GfMatrix2d(Int32)
Declaration
Parameters
Type |
Name |
Description |
Int32 |
s |
|
Fields
numColumns
Declaration
public static readonly uint numColumns
Field Value
numRows
Declaration
public static readonly uint numRows
Field Value
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
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
Dispose()
Declaration
public virtual void Dispose()
Implements
Equals(GfMatrix2d, GfMatrix2d)
Declaration
public static bool Equals(GfMatrix2d lhs, GfMatrix2d rhs)
Parameters
Returns
Equals(Object)
Declaration
public override bool Equals(object rhs)
Parameters
Type |
Name |
Description |
Object |
rhs |
|
Returns
Overrides
Finalize()
Declaration
protected void Finalize()
Get(SWIGTYPE_p_a_2__double)
Declaration
public SWIGTYPE_p_double Get(SWIGTYPE_p_a_2__double m)
Parameters
Returns
GetColumn(Int32)
Declaration
public GfVec2d GetColumn(int i)
Parameters
Type |
Name |
Description |
Int32 |
i |
|
Returns
GetDeterminant()
Declaration
public double GetDeterminant()
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
GetInverse()
Declaration
public GfMatrix2d GetInverse()
Returns
GetInverse(ref Double)
Declaration
public GfMatrix2d GetInverse(ref double det)
Parameters
Type |
Name |
Description |
Double |
det |
|
Returns
GetInverse(ref Double, Double)
Declaration
public GfMatrix2d GetInverse(ref double det, double eps)
Parameters
Returns
GetRow(Int32)
Declaration
public GfVec2d GetRow(int i)
Parameters
Type |
Name |
Description |
Int32 |
i |
|
Returns
GetTranspose()
Declaration
public GfMatrix2d GetTranspose()
Returns
Set(Double, Double, Double, Double)
Declaration
public GfMatrix2d Set(double m00, double m01, double m10, double m11)
Parameters
Returns
SetColumn(Int32, GfVec2d)
Declaration
public void SetColumn(int i, GfVec2d v)
Parameters
SetDiagonal(GfVec2d)
Declaration
public GfMatrix2d SetDiagonal(GfVec2d arg0)
Parameters
Returns
SetDiagonal(Double)
Declaration
public GfMatrix2d SetDiagonal(double s)
Parameters
Type |
Name |
Description |
Double |
s |
|
Returns
SetIdentity()
Declaration
public GfMatrix2d SetIdentity()
Returns
SetRow(Int32, GfVec2d)
Declaration
public void SetRow(int i, GfVec2d v)
Parameters
SetZero()
Declaration
public GfMatrix2d SetZero()
Returns
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
Equality(GfMatrix2d, GfMatrix2d)
Declaration
public static bool operator ==(GfMatrix2d lhs, GfMatrix2d rhs)
Parameters
Returns
Inequality(GfMatrix2d, GfMatrix2d)
Declaration
public static bool operator !=(GfMatrix2d lhs, GfMatrix2d rhs)
Parameters
Returns
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.