Constructor GfVec3f
GfVec3f(IntPtr, bool)
Declaration
public GfVec3f(IntPtr cPtr, bool cMemoryOwn)
Parameters
GfVec3f()
Declaration
GfVec3f(float)
Declaration
public GfVec3f(float value)
Parameters
Type |
Name |
Description |
float |
value |
|
GfVec3f(float, float, float)
Declaration
public GfVec3f(float s0, float s1, float s2)
Parameters
GfVec3f(GfVec3d)
Declaration
public GfVec3f(GfVec3d other)
Parameters
Type |
Name |
Description |
GfVec3d |
other |
|
GfVec3f(GfVec3h)
Declaration
public GfVec3f(GfVec3h other)
Parameters
Type |
Name |
Description |
GfVec3h |
other |
|
GfVec3f(GfVec3i)
Declaration
public GfVec3f(GfVec3i other)
Parameters
Type |
Name |
Description |
GfVec3i |
other |
|