Constructor GfQuatd
GfQuatd(IntPtr, bool)
Declaration
public GfQuatd(IntPtr cPtr, bool cMemoryOwn)
Parameters
GfQuatd()
Declaration
GfQuatd(double)
Declaration
public GfQuatd(double realVal)
Parameters
Type |
Name |
Description |
double |
realVal |
|
GfQuatd(double, double, double, double)
Declaration
public GfQuatd(double real, double i, double j, double k)
Parameters
GfQuatd(double, GfVec3d)
Declaration
public GfQuatd(double real, GfVec3d imaginary)
Parameters
GfQuatd(GfQuatf)
Declaration
public GfQuatd(GfQuatf other)
Parameters
Type |
Name |
Description |
GfQuatf |
other |
|
GfQuatd(GfQuath)
Declaration
public GfQuatd(GfQuath other)
Parameters
Type |
Name |
Description |
GfQuath |
other |
|