Constructor GfVec4f
GfVec4f(IntPtr, bool)
Declaration
public GfVec4f(IntPtr cPtr, bool cMemoryOwn)
Parameters
GfVec4f()
Declaration
GfVec4f(float)
Declaration
public GfVec4f(float value)
Parameters
Type |
Name |
Description |
float |
value |
|
GfVec4f(float, float, float, float)
Declaration
public GfVec4f(float s0, float s1, float s2, float s3)
Parameters
GfVec4f(GfVec4d)
Declaration
public GfVec4f(GfVec4d other)
Parameters
Type |
Name |
Description |
GfVec4d |
other |
|
GfVec4f(GfVec4h)
Declaration
public GfVec4f(GfVec4h other)
Parameters
Type |
Name |
Description |
GfVec4h |
other |
|
GfVec4f(GfVec4i)
Declaration
public GfVec4f(GfVec4i other)
Parameters
Type |
Name |
Description |
GfVec4i |
other |
|