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