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