Enumeration of tuple element types.
enum
|
TupleType
|
Int
|
= 0
|
A tuple of 32-bit integer values. Remarks: An IVertexArray instance which TupleType is Int can always be cast to one of the following classes (depending on the tuple size): |
---|---|---|
Long
|
= 1
|
A tuple of 64-bit integer values. Remarks: An IVertexArray instance which TupleType is Int can always be cast to one of the following classes (depending on the tuple size): |
Float
|
= 2
|
A tuple of 32-bit floating point values. Remarks: An IVertexArray instance which TupleType is Float can always be cast to one of the following classes (depending on the tuple size): |
Double
|
= 3
|
A tuple of 64-bit floating point values. Remarks: An IVertexArray instance which TupleType is Double can always be cast to one of the following classes (depending on the tuple size): |