Constructor GfMatrix2d
GfMatrix2d(IntPtr, bool)
Declaration
public GfMatrix2d(IntPtr cPtr, bool cMemoryOwn)
Parameters
GfMatrix2d()
Declaration
GfMatrix2d(double, double, double, double)
Declaration
public GfMatrix2d(double m00, double m01, double m10, double m11)
Parameters
GfMatrix2d(double)
Declaration
public GfMatrix2d(double s)
Parameters
Type |
Name |
Description |
double |
s |
|
GfMatrix2d(int)
Declaration
Parameters
Type |
Name |
Description |
int |
s |
|
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(GfMatrix2f)
Declaration
public GfMatrix2d(GfMatrix2f m)
Parameters