Constructor GfVec3i
GfVec3i(IntPtr, bool)
Declaration
public GfVec3i(IntPtr cPtr, bool cMemoryOwn)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | cPtr | |
bool | cMemoryOwn |
GfVec3i()
Declaration
public GfVec3i()
GfVec3i(int)
Declaration
public GfVec3i(int value)
Parameters
Type | Name | Description |
---|---|---|
int | value |
GfVec3i(int, int, int)
Declaration
public GfVec3i(int s0, int s1, int s2)
Parameters
Type | Name | Description |
---|---|---|
int | s0 | |
int | s1 | |
int | s2 |