Constructor GfMatrix3d
GfMatrix3d(IntPtr, bool)
Declaration
public GfMatrix3d(IntPtr cPtr, bool cMemoryOwn)
Parameters
GfMatrix3d()
Declaration
GfMatrix3d(double, double, double, double, double, double, double, double, double)
Declaration
public GfMatrix3d(double m00, double m01, double m02, double m10, double m11, double m12, double m20, double m21, double m22)
Parameters
GfMatrix3d(double)
Declaration
public GfMatrix3d(double s)
Parameters
Type |
Name |
Description |
double |
s |
|
GfMatrix3d(int)
Declaration
Parameters
Type |
Name |
Description |
int |
s |
|
GfMatrix3d(GfVec3d)
Declaration
public GfMatrix3d(GfVec3d v)
Parameters
GfMatrix3d(StdDoubleVectorVector)
Declaration
public GfMatrix3d(StdDoubleVectorVector v)
Parameters
GfMatrix3d(StdFloatVectorVector)
Declaration
public GfMatrix3d(StdFloatVectorVector v)
Parameters
GfMatrix3d(GfRotation)
Declaration
public GfMatrix3d(GfRotation rot)
Parameters
GfMatrix3d(GfQuatd)
Declaration
public GfMatrix3d(GfQuatd rot)
Parameters
GfMatrix3d(GfMatrix3f)
Declaration
public GfMatrix3d(GfMatrix3f m)
Parameters