Class GfMatrix3f
Namespace: pxr
Assembly: USD.NET.dll
Syntax
public class GfMatrix3f : IDisposable
Constructors
Fields
Methods
Name |
Description |
CopyFromArray(float[])
|
|
CopyToArray(float[])
|
|
DecomposeRotation(GfVec3f, GfVec3f, GfVec3f)
|
|
Dispose()
|
|
Dispose(bool)
|
|
Equals(object)
|
|
Equals(GfMatrix3f, GfMatrix3f)
|
|
|
|
~GfMatrix3f()
|
|
GetColumn(int)
|
|
GetDeterminant()
|
|
GetHandedness()
|
|
GetHashCode()
|
|
GetInverse()
|
|
GetInverse(out double)
|
|
GetInverse(out double, double)
|
|
GetOrthonormalized()
|
|
GetOrthonormalized(bool)
|
|
GetRow(int)
|
|
GetTranspose()
|
|
IsLeftHanded()
|
|
IsRightHanded()
|
|
Orthonormalize()
|
|
Orthonormalize(bool)
|
|
Set(float, float, float, float, float, float, float, float, float)
|
|
SetColumn(int, GfVec3f)
|
|
SetDiagonal(float)
|
|
SetDiagonal(GfVec3f)
|
|
SetIdentity()
|
|
SetRotate(GfQuatf)
|
|
SetRotate(GfRotation)
|
|
SetRow(int, GfVec3f)
|
|
SetScale(float)
|
|
SetScale(GfVec3f)
|
|
SetZero()
|
|
ToString()
|
|
getCPtr(GfMatrix3f)
|
|
swigRelease(GfMatrix3f)
|
|
Operators